[Groonga-commit] groonga/groonga at 4763c60 [master] appveyor: try to use Windows style environment variable reference

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 29 17:45:08 JST 2015


Kouhei Sutou	2015-07-29 17:45:08 +0900 (Wed, 29 Jul 2015)

  New Revision: 4763c60e5acbdfc254f52f27f2a47740afd20ad6
  https://github.com/groonga/groonga/commit/4763c60e5acbdfc254f52f27f2a47740afd20ad6

  Message:
    appveyor: try to use Windows style environment variable reference

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2015-07-29 17:40:46 +0900 (11da094)
+++ appveyor.yml    2015-07-29 17:45:08 +0900 (4e459a7)
@@ -8,7 +8,7 @@ environment:
 
 build_script:
   - git submodule update --init
-  - cmake . -G $(CMAKE_GENERATOR_NAME)
+  - cmake . -G %CMAKE_GENERATOR_NAME%
   - cmake --build . --config Debug
 
 notifications:
-------------- next part --------------
HTML����������������������������...
Download 



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