[Groonga-commit] groonga/groonga at d8fa1c2 [master] appveyor: fix syntax...?

Back to archive index

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


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

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

  Message:
    appveyor: fix syntax...?

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -2)
===================================================================
--- appveyor.yml    2016-04-26 16:21:23 +0900 (b99b0c8)
+++ appveyor.yml    2016-04-26 16:23:30 +0900 (6274be7)
@@ -10,10 +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"
     }
-------------- next part --------------
HTML����������������������������...
Download 



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