Fixing bug in appveyor.yml
This commit is contained in:
@@ -82,8 +82,7 @@ test_script:
|
|||||||
- ctest -C %BUILD_CONFIG% --output-on-failure
|
- ctest -C %BUILD_CONFIG% --output-on-failure
|
||||||
# run regression tests
|
# run regression tests
|
||||||
- IF "%BUILD_CONFIG%" == "Release" (
|
- IF "%BUILD_CONFIG%" == "Release" (
|
||||||
cd %EPANET_HOME%
|
cd %EPANET_HOME% & tools\run-nrtest.cmd %REF_BUILD_ID% %SUT_BUILD_ID%
|
||||||
tools\run-nrtest.cmd %REF_BUILD_ID% %SUT_BUILD_ID%
|
|
||||||
)
|
)
|
||||||
on_success:
|
on_success:
|
||||||
- cd %TEST_HOME%\benchmark
|
- cd %TEST_HOME%\benchmark
|
||||||
|
|||||||
Reference in New Issue
Block a user