[Groonga-commit] ranguba/rroonga at 4c8633f [master] appveyor: add

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 10 12:54:34 JST 2019


Kouhei Sutou	2019-05-10 12:54:34 +0900 (Fri, 10 May 2019)

  Revision: 4c8633f9caa9b8cf23f81e87b93642ec796411b8
  https://github.com/ranguba/rroonga/commit/4c8633f9caa9b8cf23f81e87b93642ec796411b8

  Message:
    appveyor: add

  Added files:
    appveyor.yml

  Added: appveyor.yml (+27 -0) 100644
===================================================================
--- /dev/null
+++ appveyor.yml    2019-05-10 12:54:34 +0900 (4c9b2977)
@@ -0,0 +1,27 @@
+version: "{build}"
+clone_depth: 10
+
+notifications:
+  - provider: Webhook
+    url: https://webhook.commit-email.info/
+
+environment:
+  matrix:
+    - ruby_version: "24"
+    - ruby_version: "24-x64"
+    - ruby_version: "25"
+    - ruby_version: "25-x64"
+    - ruby_version: "26"
+    - ruby_version: "26-x64"
+
+install:
+  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
+  - ruby --version
+  - ridk exec pacman -Syu --noconfirm
+  - bundle install
+
+build_script:
+  - bundle exec ruby -rdevkit -S rake build
+
+test_script:
+  - bundle exec ruby -rdevkit -S rake test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/2980ebb4/attachment.html>


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