From b0054ea015a0d20465f9265d15197ad841bbd510 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 14:08:07 +0300 Subject: AppVeyor: package the artifacts --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 204f9b6..8b3038d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,10 @@ build_script: - '"%python_exe%" um/cmake/ci/build_appveyor.py --install "%install_dir%"' - ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir +after_build: + - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%-%appveyor_driver_target_os%.zip" "%install_dir%" + - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%-%appveyor_driver_target_os%.zip" + for: # Only build Release builds for master to speed things up: - branches: -- cgit v1.2.3