[ttssh2-commit] [10849] AppVeyor で teratermj.chm が作成されない問題に対応

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 8月 16日 (水) 00:53:16 JST


Revision: 10849
          https://osdn.net/projects/ttssh2/scm/svn/commits/10849
Author:   nmaya
Date:     2023-08-16 00:53:16 +0900 (Wed, 16 Aug 2023)
Log Message:
-----------
AppVeyor で teratermj.chm が作成されない問題に対応

新規に作成した AppVeyor の release プロジェクトでは APPVEYOR 環境変数がなかった
yml から APPVEYOR 環境変数を指定

Modified Paths:
--------------
    trunk/ci_scripts/appveyor_release_bat.yml

-------------- next part --------------
Modified: trunk/ci_scripts/appveyor_release_bat.yml
===================================================================
--- trunk/ci_scripts/appveyor_release_bat.yml	2023-08-15 15:31:12 UTC (rev 10848)
+++ trunk/ci_scripts/appveyor_release_bat.yml	2023-08-15 15:53:16 UTC (rev 10849)
@@ -1,16 +1,27 @@
 image: Visual Studio 2022
 
 environment:
+# \x83L\x83\x83\x83b\x83V\x83\x85\x82\xF0\x8Eg\x82\xED\x82Ȃ\xA2
+# APPVEYOR_SAVE_CACHE_ON_ERROR: true
   VS_VERSION: 2022
+  # bat \x82̒\x86\x82ŎQ\x8FƂ\xB3\x82\xEA\x82Ă\xA2\x82邪\x81A\x8E\xA9\x93\xAE\x93I\x82ɐݒ肳\x82\xEA\x82Ȃ\xA2\x82悤\x82Ȃ̂Ŏw\x92肷\x82\xE9
+  APPVEYOR: True
 
 build: off
 
 init:
-  # - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake --packages cygwin32-gcc-g++ --packages cygwin32-gcc-core
+# - 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
+  - c:\cygwin64\setup-x86_64.exe --quiet-mode --packages cmake
 
+# \x83L\x83\x83\x83b\x83V\x83\x85\x82\xF0\x8Eg\x82\xED\x82Ȃ\xA2
+# cache:
+#   - libs
+
 build_script:
-  # - ci_scripts/build_appveyor_release_bat.bat
-  # - ci_scripts/build_appveyor_release_bat_pre_cache.bat
+  - ci_scripts/build_appveyor_release_bat.bat
+# - ci_scripts/build_appveyor_release_bat_pre_cache.bat
 
 artifacts:
   - path: installer/Output/*.exe
@@ -17,8 +28,8 @@
   - path: installer/Output/*.zip
 
 on_success:
-  # - ci_scripts\notify.bat success
+# - ci_scripts\notify.bat success
 on_failure:
-  # - ci_scripts\notify.bat failure
+# - ci_scripts\notify.bat failure
 on_finish:
-  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))


ttssh2-commit メーリングリストの案内
Back to archive index