Run unit tests on AppVeyor too
Launch the tests after building them.
This commit is contained in:
parent
f10bd1279d
commit
b29aa3f785
2 changed files with 51 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue