Skip to content

Commit

Permalink
Merge pull request #259 from lethal-guitar/store-artifacts-on-appveyor
Browse files Browse the repository at this point in the history
Push Artifacts from AppVeyor
  • Loading branch information
lethal-guitar committed Feb 19, 2018
2 parents 968c3d9 + bcfe40a commit 478eb76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Expand Up @@ -46,3 +46,11 @@ before_test:
test_script:
- cd build
- ctest

after_build:
- IF "%CONFIGURATION%" == "Debug" set BOOST_DBG_MARKER=-gd
- 7z a rigel_build.zip C:\projects\rigelengine\build\src\%CONFIGURATION%\RigelEngine.exe %SDL2DIR%\lib\x64\SDL2.dll %SDL2MIXERDIR%\lib\x64\SDL2_mixer.dll %BOOST_LIBRARYDIR%\boost_program_options-vc140-mt%BOOST_DBG_MARKER%-1_60.dll

artifacts:
- path: rigel_build.zip
name: RigelBuild

0 comments on commit 478eb76

Please sign in to comment.