Kouhei Sutou
null+****@clear*****
Sat May 21 22:04:48 JST 2016
Kouhei Sutou 2016-05-21 22:04:48 +0900 (Sat, 21 May 2016) New Revision: 2b0e68e2d5deffd5399c23b229296badbd215f3a https://github.com/groonga/groonga/commit/2b0e68e2d5deffd5399c23b229296badbd215f3a Message: appveyor: use grntest at repository Modified files: appveyor.yml Modified: appveyor.yml (+5 -2) =================================================================== --- appveyor.yml 2016-05-21 18:49:00 +0900 (61a9c9f) +++ appveyor.yml 2016-05-21 22:04:48 +0900 (2ef2559) @@ -39,7 +39,10 @@ build_script: - cmake --build . --config Debug --target Install before_test: - - gem install 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 - - grntest --groonga c:\groonga\bin\groonga.exe --base-directory test\command --reporter stream --debug --stop-on-failure test\command\suite + - test\command\bin\grntest --groonga c:\groonga\bin\groonga.exe --base-directory test\command --reporter stream --debug --stop-on-failure test\command\suite -------------- next part -------------- HTML����������������������������... Download