[Groonga-commit] groonga/groonga at d83234a [master] appveyor: stop to use platform

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 30 23:31:03 JST 2016


Kouhei Sutou	2016-09-30 23:31:03 +0900 (Fri, 30 Sep 2016)

  New Revision: d83234aeecdce0d0d08a779f0eb53917f1a3e235
  https://github.com/groonga/groonga/commit/d83234aeecdce0d0d08a779f0eb53917f1a3e235

  Message:
    appveyor: stop to use platform

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -17)
===================================================================
--- appveyor.yml    2016-09-30 23:25:27 +0900 (b8701d1)
+++ appveyor.yml    2016-09-30 23:31:03 +0900 (9c3f3a8)
@@ -1,14 +1,12 @@
 version: "{build}"
 clone_depth: 10
 
-platform:
-  - x86
-  - x64
-
 environment:
   matrix:
-    - GENERATOR_NAME: "Visual Studio 12 2013"
-    - GENERATOR_NAME: "Visual Studio 14 2015"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
 
 notifications:
   - provider: Email
@@ -20,23 +18,13 @@ init:
   - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 install:
+  - set PATH=C:\Ruby22\bin;%PATH%
   - tzutil /s "Tokyo Standard Time"
   # - choco install -y imdisk-toolkit
   # - mkdir tmp
   # - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y"
 
 build_script:
-  - ps: |
-      if ($Env:PLATFORM -eq "x86")
-      {
-        $Env:PATH = "C:\Ruby22\bin;$Env:PATH"
-        $Env:CMAKE_GENERATOR_NAME = "$Env:GENERATOR_NAME"
-      }
-      else
-      {
-        $Env:PATH = "C:\Ruby22-x64\bin;$Env:PATH"
-        $Env:CMAKE_GENERATOR_NAME = "$Env:GENERATOR_NAME Win64"
-      }
   - git submodule update --init
   - cd vendor
   - ruby download_mecab.rb
-------------- next part --------------
HTML����������������������������...
下载 



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