Appveyor: Run tests from already-built test binaries

This commit is contained in:
Dr. Chat 2016-06-12 16:44:59 -05:00
parent 7ef7cc39f5
commit 61cfc787f2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ after_test:
# to run your custom scripts instead of automatic tests
test_script:
- cmd: xb.bat test
- cmd: xb.bat test --config=release --no_build
# to disable automatic tests
#test: off