Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr

This commit is contained in:
Lew Rossman
2018-06-16 11:10:07 -04:00
parent b3ab8ea2c7
commit 9afb6f0b28
4 changed files with 35 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ before_install:
before_script:
- mkdir -p $BUILD_HOME
- cd $BUILD_HOME
- cmake ..
- cmake -DBUILD_TESTS=1 ..
script:
- cmake --build .