diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:45:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 01:45:50 +0300 |
commit | e456edde433818449dd292e66972d78ff10262ff (patch) | |
tree | 39280e47bbb3adb396fb99c8f8d38a68c59d3320 | |
parent | update cmake-common (diff) | |
download | privilege-check-e456edde433818449dd292e66972d78ff10262ff.tar.gz privilege-check-e456edde433818449dd292e66972d78ff10262ff.zip |
AppVeyor: package the artifacts
-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: |