Run unit tests on AppVeyor too

Launch the tests after building them.
This commit is contained in:
Vadim Zeitlin 2017-11-22 15:37:34 +01:00
parent f10bd1279d
commit b29aa3f785
2 changed files with 51 additions and 2 deletions

View file

@ -44,6 +44,6 @@ before_build:
Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
throw "There are newer queued builds for this pull request, failing early." }
build_script: build\tools\appveyor.bat
build_script: c:\projects\wxwidgets\build\tools\appveyor.bat
test: off
test_script: c:\projects\wxwidgets\build\tools\appveyor-test.bat