From eab807636862885dd2c4f63bf852702912dfe666 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Mon, 11 Jun 2018 14:46:38 +0900 Subject: [PATCH 1/2] =?UTF-8?q?#43:=20appveyor=20=E3=81=A7=20clone=20?= =?UTF-8?q?=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=99=E3=82=8B=E4=BB=B6=E3=81=AE?= =?UTF-8?q?=E5=AF=BE=E7=AD=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 参考チケット - https://github.com/appveyor/ci/issues/2433 - https://github.com/appveyor/ci/issues/2435 - https://github.com/appveyor/ci/issues/2435#issuecomment-396124982 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3fb5397c8f..3ed48fd3ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ init: - ps: Set-WinSystemLocale ja-JP - ps: Start-Sleep -s 5 - ps: Restart-Computer +- ps: Start-Sleep -s 5 configuration: - Release From b5ab7efb02e243c7416d6d643e049af4b3e10b8d Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Mon, 11 Jun 2018 16:53:17 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#98:=20clone=5Ffolder=20=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3ed48fd3ad..6a1a5e9833 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,5 @@ version: 1.0.{build} image: Visual Studio 2017 -clone_folder: C:\projects\$(APPVEYOR_ACCOUNT_NAME)\$(APPVEYOR_PROJECT_NAME)_$(APPVEYOR_BUILD_VERSION) init: - ps: Set-WinSystemLocale ja-JP - ps: Start-Sleep -s 5