[Groonga-commit] groonga/groonga at 39504f5 [master] appveyor: remove garbage

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 4 23:10:28 JST 2017


Kouhei Sutou	2017-09-04 23:10:28 +0900 (Mon, 04 Sep 2017)

  New Revision: 39504f5a5cf70dc9f89755e3a27e5d10da6361ef
  https://github.com/groonga/groonga/commit/39504f5a5cf70dc9f89755e3a27e5d10da6361ef

  Message:
    appveyor: remove garbage

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+4 -5)
===================================================================
--- appveyor.yml    2017-09-04 22:57:09 +0900 (963d346d4)
+++ appveyor.yml    2017-09-04 23:10:28 +0900 (340b29d29)
@@ -39,14 +39,13 @@ build_script:
   - ruby download_message_pack.rb
   - ruby download_lz4.rb
   - cd ..
-  - set CMAKE_GENERATOR_NAME="Visual Studio %VS_VERSION%"
+  - set CMAKE_GENERATOR_NAME=Visual Studio %VS_VERSION%
   - if "%VS_VERSION%" == "12"
-      set CMAKE_GENERATOR_NAME="%CMAKE_GENERATOR_NAME% 2013"
+      set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2013
   - if "%VS_VERSION%" == "14"
-      set CMAKE_GENERATOR_NAME="%CMAKE_GENERATOR_NAME% 2015"
+      set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015
   - if "%ARCH%" == "amd64"
-      set CMAKE_GENERATOR_NAME="%CMAKE_GENERATOR_NAME% Win64"
-  - echo "<%CMAKE_GENERATOR_NAME%>"
+      set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_INSTALL_PREFIX=c:\groonga
       -DGRN_WITH_MRUBY=yes
-------------- next part --------------
HTML����������������������������...
Download 



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