Appveyor: Run tests from already-built test binaries
This commit is contained in:
parent
7ef7cc39f5
commit
61cfc787f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue