Skip to content

Commit

Permalink
updating appvoyer
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Dec 17, 2017
1 parent efe4751 commit 77208a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ build_script:
- cmd: echo %generator% %SHARED% %configuration%
- cmd: cmake .. -G"%generator%" -DBUILD_SHARED_LIBS=%SHARED% -DCMAKE_INSTALL_PREFIX=./output
- cmd: cmake --build . --target INSTALL --config %configuration%
- 7z a %APPVEYOR_REPO_TAG_NAME%_vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip

- 7z a %APPVEYOR_REPO_TAG_NAME%_vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip -i!%APPVEYOR_BUILD_FOLDER%\build\output\*
- appveyor PushArtifact %APPVEYOR_REPO_TAG_NAME%_vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip

deploy:
provider: GitHub
auth_token:
Expand Down

0 comments on commit 77208a3

Please sign in to comment.