X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=appveyor.yml;h=b1d773923f6331caa9fc180a2a8cbcbe9e4a2627;hb=3a1d58c3848f91392c0c636e12ce247526cf23e5;hp=2642f257e0596bdabb503bdcdd2d31680b1f164d;hpb=bc87df651a791b48c8cb420064217bdad3d5f964;p=winmerge-jp%2Fwinmerge-jp.git diff --git a/appveyor.yml b/appveyor.yml index 2642f257e..b1d773923 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,21 +1,22 @@ version: 1.0.{build} image: Visual Studio 2017 -configuration: Release Unicode +configuration: Release platform: x64 shallow_clone: true 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.2.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe") + (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.2.exe /verysilent /norestart -cache: build/WinMergeDownloadDeps + & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser +cache: +- build/WinMergeDownloadDeps build_script: - cmd: >- DownloadDeps.cmd - BuildAll.vs2017.cmd x64 + BuildAll.vs2017.cmd x64 -ci artifacts: - path: build/Releases/*.exe - path: build/Releases/*.zip