[Groonga-mysql-commit] mroonga/mroonga at 1afac14 [master] appveyor: bundle MessagePack

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Mar 25 10:14:08 JST 2019


Kouhei Sutou	2019-03-25 10:14:08 +0900 (Mon, 25 Mar 2019)

  Revision: 1afac14b7895326cc677ca64e557ef340249d584
  https://github.com/mroonga/mroonga/commit/1afac14b7895326cc677ca64e557ef340249d584

  Message:
    appveyor: bundle MessagePack

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+4 -2)
===================================================================
--- appveyor.yml    2019-03-25 09:57:29 +0900 (6458f391)
+++ appveyor.yml    2019-03-25 10:14:08 +0900 (ba022cf6)
@@ -26,6 +26,7 @@ environment:
       MROONGA_PLATFORM: "winx64"
 
 install:
+  - set PATH=C:\Ruby26-x64\bin;%PATH%
   - cd ..
   - choco install -y curl 7zip.commandline
   - curl -O http://ftp.osuosl.org/pub/mariadb/mariadb-%MARIADB_VERSION%/source/mariadb-%MARIADB_VERSION%.tar.gz
@@ -39,8 +40,9 @@ install:
   - ps: Get-Content ..\groonga\base_version | ForEach-Object { $env:GROONGA_VERSION = $_ }
   - rmdir /S /Q ..\groonga\test\
   - cd ..\groonga\vendor
-  - c:\Ruby26-x64\bin\ruby -v download_lz4.rb
-  - c:\Ruby26-x64\bin\ruby -v download_mecab.rb
+  - ruby download_lz4.rb
+  - ruby download_mecab.rb
+  - ruby download_message_pack.rb
   - cd ..\..\mariadb-%MARIADB_VERSION%
   - mkdir storage\mroonga\vendor
   - move ..\groonga storage\mroonga\vendor\groonga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190325/8d32b465/attachment-0001.html>


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