Skip to content

Commit

Permalink
Add tests to Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Mar 9, 2019
1 parent 8c1834d commit 16696a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ after_build:
- 7z a %OPENAPOC_DEBUG_FILENAME% OpenApoc-%OPENAPOC_VERSION%\*.pdb -mx=9 -myx=7
- appveyor PushArtifact %OPENAPOC_FILENAME%
- appveyor PushArtifact %OPENAPOC_DEBUG_FILENAME%
test_script:
- ctest -V -C %CONFIGURATION%
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ after_build:
- appveyor PushArtifact %OPENAPOC_DEBUG_FILENAME%
- '"C:\Program Files (x86)\NSIS\makensis.exe" /DGAME_VERSION=%OPENAPOC_VERSION% install\windows\installer.nsi'
- appveyor PushArtifact install\windows\install-openapoc-%OPENAPOC_VERSION%.exe
test_script:
- ctest -V -C %CONFIGURATION%

0 comments on commit 16696a3

Please sign in to comment.