[Groonga-commit] groonga/groonga at ae9c492 [master] appveyor: fold long lines

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon Jun 6 23:53:19 JST 2016


Kouhei Sutou	2016-06-06 23:53:19 +0900 (Mon, 06 Jun 2016)

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

  Message:
    appveyor: fold long lines

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+13 -4)
===================================================================
--- appveyor.yml    2016-06-06 23:51:54 +0900 (3fb1206)
+++ appveyor.yml    2016-06-06 23:53:19 +0900 (efc74d1)
@@ -38,15 +38,24 @@ build_script:
   - ruby download_mecab.rb
   - ruby download_message_pack.rb
   - cd ..
-  - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=c:\groonga -DGRN_WITH_BUNDLED_MECAB=yes -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
+  - cmake . -G "%CMAKE_GENERATOR_NAME%"
+      -DCMAKE_INSTALL_PREFIX=c:\groonga
+      -DGRN_WITH_BUNDLED_MECAB=yes
+      -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
 
 before_test:
-  - git clone --depth 1 https://github.com/groonga/grntest.git test\command\grntest
+  - git clone --depth 1
+      https://github.com/groonga/grntest.git
+      test\command\grntest
   - cd test\command\grntest
   - bundle install --binstubs=..\bin
   - cd ..\..\..
 test_script:
-  - SET GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=%APPVEYOR_BUILD_FOLDER%\test\command\tmp\synonyms.tsv
-  - ruby test\command\bin\grntest --groonga c:\groonga\bin\groonga.exe --base-directory test\command --reporter mark --n-workers 4 test\command\suite
+  - ruby test\command\bin\grntest
+     --groonga c:\groonga\bin\groonga.exe
+     --base-directory test\command
+     --reporter mark
+     --n-workers 4
+     test\command\suite
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index