Fixing regression testing on Appveyor

This commit is contained in:
Michael Tryby
2018-04-02 13:27:22 -04:00
parent 3283797847
commit c75f42909e
2 changed files with 5 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ script:
# run regression tests
- cd $EPANET_HOME
- pip install -r tools/requirements.txt
- tools/gen-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json
- tools/app-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json
- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT