OSDN Git Service

- C(Reg|Ini)OptionsMgr::SplitName() -> COptionsMgr::SplitName()
[winmerge-jp/winmerge-jp.git] / appveyor.yml
index 75e3c86..b1d7739 100644 (file)
@@ -1,6 +1,22 @@
 version: 1.0.{build}\r
-configuration: Release Unicode\r
+image: Visual Studio 2017\r
+configuration: Release\r
 platform: x64\r
-build:\r
-  project: WinMerge.vs2015.sln\r
-  verbosity: minimal
\ No newline at end of file
+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.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
+build_script:\r
+- cmd: >-\r
+    DownloadDeps.cmd\r
+\r
+    BuildAll.vs2017.cmd x64 -ci\r
+artifacts:\r
+- path: build/Releases/*.exe\r
+- path: build/Releases/*.zip\r