OSDN Git Service

DirView.*: Add IsDiffItemSpecial() function
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index 2642f25..b1d7739 100644 (file)
@@ -1,21 +1,22 @@
 version: 1.0.{build}\r
 image: Visual Studio 2017\r
-configuration: Release Unicode\r
+configuration: Release\r
 platform: x64\r
 shallow_clone: true\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.2.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe")\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.2.exe /verysilent /norestart\r
-cache: build/WinMergeDownloadDeps\r
+    & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser\r
+cache: \r
+- build/WinMergeDownloadDeps\r
 build_script:\r
 - cmd: >-\r
     DownloadDeps.cmd\r
 \r
-    BuildAll.vs2017.cmd x64\r
+    BuildAll.vs2017.cmd x64 -ci\r
 artifacts:\r
 - path: build/Releases/*.exe\r
 - path: build/Releases/*.zip\r