Updating travis config with before-test.sh

This commit is contained in:
Michael Tryby
2018-04-04 16:42:22 -04:00
parent 8d1e05b807
commit 0eb1433340

View File

@@ -4,7 +4,7 @@ env:
global:
- EPANET_HOME=`pwd`
- BUILD_HOME=buildprod
- TEST_HOME=tests/epanet-nrtestsuite
- TEST_HOME=nrtestsuite
before_install:
- sudo apt-get -qq update
@@ -26,5 +26,5 @@ script:
# run regression tests
- cd $EPANET_HOME
- pip install -r tools/requirements.txt
- tools/app-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json
- tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT
- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT