[Groonga-commit] groonga/groonga at d7b1164 [master] appveyor: fix syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 16:21:23 JST 2016


Kouhei Sutou	2016-04-26 16:21:23 +0900 (Tue, 26 Apr 2016)

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

  Message:
    appveyor: fix syntax

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -3)
===================================================================
--- appveyor.yml    2016-04-26 16:20:44 +0900 (9922b3b)
+++ appveyor.yml    2016-04-26 16:21:23 +0900 (b99b0c8)
@@ -10,13 +10,13 @@ install:
 
 build_script:
   - ps: |
-    if ($env:PLATFORM -eq "x86") (
+    if ($env:PLATFORM -eq "x86") {
       $env:PATH = "C:\Ruby22\bin;$env:PATH"
       $env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013"
-    ) else (
+    } else {
       $env:PATH = "C:\Ruby22-x64\bin;$env:PATH"
       $env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64"
-    )
+    }
   - set
   - git submodule update --init
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
-------------- next part --------------
HTML����������������������������...
Télécharger 



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