[Groonga-commit] ranguba/rroonga at 97534a0 [master] Fix path separator

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 10 17:17:22 JST 2019


Kouhei Sutou	2019-05-10 17:17:22 +0900 (Fri, 10 May 2019)

  Revision: 97534a0eb32bd0aecc5c77769c1d85ff670c4192
  https://github.com/ranguba/rroonga/commit/97534a0eb32bd0aecc5c77769c1d85ff670c4192

  Message:
    Fix path separator

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2019-05-10 16:43:31 +0900 (b6562dbe)
+++ appveyor.yml    2019-05-10 17:17:22 +0900 (08772f9d)
@@ -25,8 +25,8 @@ install:
 
 build_script:
   - bundle exec ruby -rdevkit -S rake build
-  - dir ext/groonga
-  - dir lib/
+  - dir ext\groonga
+  - dir lib
 
 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/778459cd/attachment-0001.html>


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