[ttssh2-commit] [9459] AppVeyor スクリプトにインストールパッケージを追加した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 9月 26日 (日) 22:55:03 JST


Revision: 9459
          https://osdn.net/projects/ttssh2/scm/svn/commits/9459
Author:   zmatsuo
Date:     2021-09-26 22:55:03 +0900 (Sun, 26 Sep 2021)
Log Message:
-----------
AppVeyor スクリプトにインストールパッケージを追加した

- MinGW 64bit ビルド時 32bit環境用のツールもインストールするようにした
- 64bit ビルド時も 32bitでビルドするツールがあるため
  - cygtools
- r9454

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/9454

Modified Paths:
--------------
    trunk/ci_scripts/build_appveyor.bat

-------------- next part --------------
Modified: trunk/ci_scripts/build_appveyor.bat
===================================================================
--- trunk/ci_scripts/build_appveyor.bat	2021-09-25 16:18:46 UTC (rev 9458)
+++ trunk/ci_scripts/build_appveyor.bat	2021-09-26 13:55:03 UTC (rev 9459)
@@ -21,8 +21,10 @@
 if "%COMPILER%" == "mingw_x64"  (
   set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin
   pacman -S --noconfirm --needed mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc make
+  pacman -S --noconfirm --needed mingw-w64-i686-cmake mingw-w64-i686-gcc make
   if "%MINGW_CC%" == "clang" (
     pacman -S --noconfirm --needed mingw-w64-x86_64-clang
+    pacman -S --noconfirm --needed mingw-w64-i686-clang
   )
   set CC=%MINGW_CC%
   set CXX=%MINGW_CXX%


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