Skip to content

Commit

Permalink
appveyor.yml: Update Build worker image to Visual Studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Jan 24, 2022
1 parent 88ae462 commit 22b3333
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
version: 1.0.{build}
image: Visual Studio 2017
configuration: Release
platform: x64
shallow_clone: true
image: Visual Studio 2022
install:
- ps: >-
Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = "
(new-object net.webclient).DownloadFile('http://www.jrsoftware.org/download.php/is.exe#innosetup-6.0.3.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe")
& $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser
cache:
- build/WinMergeDownloadDeps
- ps: ''
cache: build/WinMergeDownloadDeps
build_script:
- cmd: >-
DownloadDeps.cmd
BuildAll.vs2017.cmd x64 -ci
BuildAll.vs2022.cmd x64 -ci
artifacts:
- path: build/Releases/*.exe
- path: build/Releases/*.zip
- path: build/Releases/*.zip

0 comments on commit 22b3333

Please sign in to comment.