Kouhei Sutou 2019-05-11 06:53:45 +0900 (Sat, 11 May 2019) Revision: be9fd074115c3a1fe29ee6ff48ff6054b4e11cab https://github.com/ranguba/rroonga/commit/be9fd074115c3a1fe29ee6ff48ff6054b4e11cab Message: appveyor: use x64 binary for Ruby x64 Modified files: appveyor.yml Modified: appveyor.yml (+3 -0) =================================================================== --- appveyor.yml 2019-05-11 06:52:54 +0900 (e9174484) +++ appveyor.yml 2019-05-11 06:53:45 +0900 (9c89d2e8) @@ -11,10 +11,13 @@ environment: matrix: - ruby_version: "24" - ruby_version: "24-x64" + RROONGA_USE_GROONGA_X64: "yes" - ruby_version: "25" - ruby_version: "25-x64" + RROONGA_USE_GROONGA_X64: "yes" - ruby_version: "26" - ruby_version: "26-x64" + RROONGA_USE_GROONGA_X64: "yes" install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190511/1f55d0a4/attachment-0001.html>