Kouhei Sutou
null+****@clear*****
Tue Apr 26 11:53:39 JST 2016
Kouhei Sutou 2016-04-26 11:53:39 +0900 (Tue, 26 Apr 2016) New Revision: 5b88ee52e361d1c04ef0cc061b2922e2e4354bea https://github.com/groonga/groonga/commit/5b88ee52e361d1c04ef0cc061b2922e2e4354bea Message: appveyor: use 32bit OS for building 32bit version Modified files: appveyor.yml Modified: appveyor.yml (+10 -4) =================================================================== --- appveyor.yml 2016-04-26 11:45:26 +0900 (7fefe5c) +++ appveyor.yml 2016-04-26 11:53:39 +0900 (222d6a2) @@ -1,16 +1,22 @@ version: "{build}" clone_depth: 10 -environment: - matrix: - - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013" - - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64" +platform: + - x86 + - x64 install: - SET PATH=C:\Ruby22-x64\bin;%PATH% build_script: - git submodule update --init + - set + - | + if "%PROCESSOR_ARCHITECTURE%" == "x86" ( + set CMAKE_GENERATOR_NAME=Visual Studio 12 2013 + ) else ( + set CMAKE_GENERATOR_NAME=Visual Studio 12 2013 Win64 + ) - cmake . -G "%CMAKE_GENERATOR_NAME%" - cmake --build . --config Debug -------------- next part -------------- HTML����������������������������...다운로드