Revision: 10981 https://osdn.net/projects/ttssh2/scm/svn/commits/10981 Author: nmaya Date: 2023-10-10 08:43:22 +0900 (Tue, 10 Oct 2023) Log Message: ----------- AppVeyor でビルドしたバイナリのビルド時刻が JST になるように調整 ticket: #48828 Ticket Links: ------------ https://osdn.net/projects/ttssh2/tracker/detail/48828 Modified Paths: -------------- trunk/ci_scripts/appveyor_release_bat.yml trunk/ci_scripts/appveyor_vs2019_bat.yml trunk/ci_scripts/appveyor_vs2022_bat.yml -------------- next part -------------- Modified: trunk/ci_scripts/appveyor_release_bat.yml =================================================================== --- trunk/ci_scripts/appveyor_release_bat.yml 2023-10-09 14:51:00 UTC (rev 10980) +++ trunk/ci_scripts/appveyor_release_bat.yml 2023-10-09 23:43:22 UTC (rev 10981) @@ -8,6 +8,8 @@ build: off init: + # \x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0 JST \x82ɕύX + - tzutil /s "Tokyo Standard Time" # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # c:\cygwin64 \x82\xCC Cygwin \x82\xC9 cmake \x82\xF0\x83C\x83\x93\x83X\x83g\x81[\x83\x8B # \x82\xB1\x82̃R\x83}\x83\x93\x83h\x82ł̓C\x83\x93\x83X\x83g\x81[\x83\x8B\x8Dς݃p\x83b\x83P\x81[\x83W\x82͍X\x90V\x82\xB3\x82\xEA\x82Ȃ\xA2 Modified: trunk/ci_scripts/appveyor_vs2019_bat.yml =================================================================== --- trunk/ci_scripts/appveyor_vs2019_bat.yml 2023-10-09 14:51:00 UTC (rev 10980) +++ trunk/ci_scripts/appveyor_vs2019_bat.yml 2023-10-09 23:43:22 UTC (rev 10981) @@ -7,6 +7,8 @@ build: off init: + # \x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0 JST \x82ɕύX + - tzutil /s "Tokyo Standard Time" - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake cache: Modified: trunk/ci_scripts/appveyor_vs2022_bat.yml =================================================================== --- trunk/ci_scripts/appveyor_vs2022_bat.yml 2023-10-09 14:51:00 UTC (rev 10980) +++ trunk/ci_scripts/appveyor_vs2022_bat.yml 2023-10-09 23:43:22 UTC (rev 10981) @@ -7,6 +7,8 @@ build: off init: + # \x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0 JST \x82ɕύX + - tzutil /s "Tokyo Standard Time" - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake cache: