Updating CI scripts

This commit is contained in:
Michael Tryby
2019-03-21 18:34:01 -04:00
parent eb4ae7f670
commit 82055f24a9
2 changed files with 5 additions and 6 deletions

View File

@@ -40,14 +40,14 @@ before_script:
- cd $BUILD_HOME
- cmake -DCMAKE_C_COMPILER=${CC}
-DCMAKE_CXX_COMPILER=${CXX}
-DBUILD_TESTS=ON
-DBUILD_TESTING=ON
-DBUILD_COVERAGE=ON ..
script:
- cmake --build .
# run unit tests
- cd tests
- ctest
- ctest test
# run regression tests
- cd $EPANET_HOME
- pip install -r tools/requirements.txt