[Groonga-commit] groonga/groonga at a5750a5 [master] appveyor: try to add x86 build

Back to archive index

Hiroshi Hatake hatak****@clear*****
Wed Jul 29 17:37:46 JST 2015



2015/07/29 17:33、Hiroshi Hatake <hatak****@clear*****> のメール:

> appveyorのリファレンス http://www.appveyor.com/docs/appveyor-yml を見ると
> 
> たぶん
>> environment:
>>   CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
>>   CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
> 
> と書くんじゃないかと思いました。

すみません、早とちりしました。
Appveyorでのbuild matrixの設定はこっちです。。。 http://www.appveyor.com/docs/build-configuration#build-matrix

environment:
  matrix:
    - CMAKE_GENERATOR_NAME: “Visual Studio 2013"
    - CMAKE_GENERATOR_NAME: “Visual Studio 2013 Win64”

という書き方かもしれません。

> 
> 2015/07/29 17:27、Kouhei Sutou <null+****@clear*****> のメール:
> 
>> Author
>> Kouhei Sutou <kou****@clear*****>
>> Date
>> 2015-07-29 17:27:48 +0900 (Wed, 29 Jul 2015)
>> New Revision
>> a5750a5d45d0f0447844282d72f402dfdde8ee10
>> Message
>> appveyor: try to add x86 build
>> Modified files
>> appveyor.yml
>>   Modified: appveyor.yml (+6 -1)
>> ===================================================================
>> ...
>> 1
>> 2
>>  
>>  
>>  
>>  
>>  
>> 3
>> 4
>> 5
>>  
>> 6
>> 7
>> 8
>> ...
>> 1
>> 2
>> 3
>> 4
>> 5
>> 6
>> 7
>> 8
>> 9
>>  
>> 10
>> 11
>> 12
>> 13
>> @@ -1,8 +1,13 @@
>>  version: "{build}"
>>  clone_depth: 10
>> +
>> +environment:
>> +  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
>> +  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
>> +
>>  build_script:
>>    - git submodule update --init
>> -  - cmake . -G "Visual Studio 12 2013 Win64"
>> +  - cmake . -G $(CMAKE_GENERATOR_NAME)
>>    - cmake --build . --config Debug
>>  
>>  notifications:
>> _______________________________________________
>> Groonga-commit mailing list
>> Groon****@lists*****
>> http://lists.osdn.me/mailman/listinfo/groonga-commit
> 

-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index