Updating Travis to run coverage for reg tests
This commit is contained in:
@@ -28,10 +28,10 @@ script:
|
|||||||
- cd tests
|
- cd tests
|
||||||
- ctest
|
- ctest
|
||||||
# run regression tests
|
# run regression tests
|
||||||
#- cd $EPANET_HOME
|
- cd $EPANET_HOME
|
||||||
#- pip install -r tools/requirements.txt
|
- pip install -r tools/requirements.txt
|
||||||
#- tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT
|
- tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT
|
||||||
#- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT
|
- tools/run-nrtest.sh -c -t $TEST_HOME -v $TRAVIS_COMMIT
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user