[Groonga-commit] ranguba/rroonga at 656ae05 [master] appveyor: reduce needless executions

Back to archive index
Kouhei Sutou null+****@clear*****
Sat May 11 17:35:36 JST 2019


Kouhei Sutou	2019-05-11 17:35:36 +0900 (Sat, 11 May 2019)

  Revision: 656ae05333bf752647a31d1654604a4cfe71a98c
  https://github.com/ranguba/rroonga/commit/656ae05333bf752647a31d1654604a4cfe71a98c

  Message:
    appveyor: reduce needless executions

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -1)
===================================================================
--- appveyor.yml    2019-05-11 17:35:29 +0900 (9c89d2e8)
+++ appveyor.yml    2019-05-11 17:35:36 +0900 (3cf01b30)
@@ -30,4 +30,5 @@ build_script:
   - bundle exec ruby -rdevkit -S rake compile
 
 test_script:
-  - bundle exec ruby -rdevkit -S rake test
+  - set NO_MAKE=yes
+  - bundle exec ruby -rdevkit test/run-test.rb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190511/4c73b078/attachment.html>


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