Applying default arguments

This commit is contained in:
Michael Tryby
2019-02-12 11:26:12 -05:00
parent 03de01460e
commit d33afdd079
2 changed files with 20 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ init:
- set EPANET_HOME=%APPVEYOR_BUILD_FOLDER%
- set BUILD_HOME=buildprod
- set TEST_HOME=nrtestsuite
- set NRTEST_SCRIPT=C:\Python27\Scripts
# See values set
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
- echo %BUILD_HOME%
@@ -67,7 +67,7 @@ test_script:
- ctest -C Release
# run regression tests
- cd %EPANET_HOME%
- tools\run-nrtest.cmd %NRTEST_SCRIPT% %TEST_HOME% %APPVEYOR_REPO_COMMIT%
- tools\run-nrtest.cmd %APPVEYOR_REPO_COMMIT%
after_test:
# zip up the SUT benchmarks