[Groonga-commit] groonga/groonga at 256ac07 [master] appveyor: use installed Groonga

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 17:14:37 JST 2016


Kouhei Sutou	2016-04-26 17:14:37 +0900 (Tue, 26 Apr 2016)

  New Revision: 256ac0721689cff2f14efb12d9d3da2add6a3c2c
  https://github.com/groonga/groonga/commit/256ac0721689cff2f14efb12d9d3da2add6a3c2c

  Message:
    appveyor: use installed Groonga

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -2)
===================================================================
--- appveyor.yml    2016-04-26 16:46:39 +0900 (86be361)
+++ appveyor.yml    2016-04-26 17:14:37 +0900 (ed06ffe)
@@ -25,11 +25,12 @@ build_script:
         $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64"
       }
   - git submodule update --init
-  - cmake . -G "%CMAKE_GENERATOR_NAME%"
+  - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=c:\groonga
   - cmake --build . --config Debug
+  - cmake --build . --config Debug --target Install
 
 before_test:
   - gem install grntest
 test_script:
   - SET GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE=%APPVEYOR_BUILD_FOLDER%\test\command\tmp\synonyms.tsv
-  - grntest --groonga src\groonga.exe --base-directory test\command test\command\suite
+  - grntest --groonga c:\groonga\bin\groonga.exe --base-directory test\command test\command\suite
-------------- next part --------------
HTML����������������������������...
다운로드 



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