Skip to content

Commit

Permalink
Update appveyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jul 23, 2019
1 parent eb4e08b commit be7240f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
image: Visual Studio 2017

platform:
- Win32
- Win64
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
platform: Win32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
platform: Win64
#- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
#platform: Win64

cache:
- c:/Users/appveyor/.sw -> appveyor.yml
Expand All @@ -27,6 +30,7 @@ artifacts:
name: sw-$(APPVEYOR_BUILD_VERSION)

after_build:
- 7z a sw.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_static_Release\*.exe
- 7z a sw.zip %APPVEYOR_BUILD_FOLDER%\.sw\out\**\*.exe
#- 7z a sw.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_static_Release\*.exe
# - ps: Get-ChildItem .sw/windows_*_msvc_*_static_Release_*/*.exe | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name -DeploymentName sw-$(APPVEYOR_BUILD_VERSION) }

0 comments on commit be7240f

Please sign in to comment.