Skip to content

Commit

Permalink
Save build artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Oct 14, 2018
1 parent 1f414b7 commit 99f488d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ before_build:
build_script:
- 'nmake -f Makefile.windows build_%CONFIGURATION%_%PLATFORM%'

after_build:
- 7z a BuildArtifacts.zip install\*

branches:
only:
- master
- vcpkg

artifacts:
- path: BuildArtifacts.zip
name: Zip

0 comments on commit 99f488d

Please sign in to comment.