OSDN Git Service

Update ChangeLog&ReleaseNotes (5)
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index b1d7739..a91b769 100644 (file)
@@ -1,22 +1,13 @@
 version: 1.0.{build}\r
-image: Visual Studio 2017\r
-configuration: Release\r
-platform: x64\r
-shallow_clone: true\r
+image: Visual Studio 2022\r
 install:\r
-- ps: >-\r
-    Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = "\r
-\r
-    (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")\r
-\r
-    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser\r
-cache: \r
-- build/WinMergeDownloadDeps\r
+- ps: ''\r
+cache: build/WinMergeDownloadDeps\r
 build_script:\r
 - cmd: >-\r
     DownloadDeps.cmd\r
 \r
-    BuildAll.vs2017.cmd x64 -ci\r
+    BuildAll.vs2022.cmd x64 -ci\r
 artifacts:\r
 - path: build/Releases/*.exe\r
-- path: build/Releases/*.zip\r
+- path: build/Releases/*.zip
\ No newline at end of file