Skip to content

Commit

Permalink
Run unit tests on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jul 6, 2020
1 parent 35fbc23 commit 190b3f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ after_build:
- if %APPVEYOR_REPO_BRANCH%==release set upload=yes
- if "%FORCE_NIGHTLY_UPLOAD%"=="yes" set upload=yes
- powershell ..\util\after-build.ps1 -upload %upload% -platform %PLATFORM_% -branch %APPVEYOR_REPO_BRANCH%

test_script:
- echo "Running tests"
- tests\release\tests.exe

0 comments on commit 190b3f5

Please sign in to comment.