diff options
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 690a2b9..5d879e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,10 @@ install: build_script: - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%"' +after_build: + - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" + - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" + for: # Only build Release builds for master to speed things up: - branches: |