From e456edde433818449dd292e66972d78ff10262ff Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 01:45:50 +0300 Subject: AppVeyor: package the artifacts --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3