[Groonga-commit] groonga/groonga at c6d1e49 [master] ci: enable expression optimization

Back to archive index
Kouhei Sutou null+****@clear*****
Mon Mar 4 16:30:29 JST 2019


Kouhei Sutou	2019-03-04 16:30:29 +0900 (Mon, 04 Mar 2019)

  Revision: c6d1e49468a1ae2e9d02a0f0acab42731248f8d2
  https://github.com/groonga/groonga/commit/c6d1e49468a1ae2e9d02a0f0acab42731248f8d2

  Message:
    ci: enable expression optimization

  Modified files:
    .travis.yml
    appveyor.yml

  Modified: .travis.yml (+7 -0)
===================================================================
--- .travis.yml    2019-03-04 16:23:13 +0900 (4319cb592)
+++ .travis.yml    2019-03-04 16:30:29 +0900 (9cededd10)
@@ -24,6 +24,13 @@ matrix:
       env:
         - BUILD_TOOL=autotools
         - ENABLE_MRUBY=yes
+    - name: "Autotools: mruby: optimize"
+      os: linux
+      compiler: gcc
+      env:
+        - BUILD_TOOL=autotools
+        - ENABLE_MRUBY=yes
+        - GRN_EXPR_OPTIMIZE=yes
     - name: "Autotools: clang"
       os: linux
       compiler: clang

  Modified: appveyor.yml (+1 -0)
===================================================================
--- appveyor.yml    2019-03-04 16:23:13 +0900 (66100f6ba)
+++ appveyor.yml    2019-03-04 16:30:29 +0900 (af1bf0979)
@@ -102,6 +102,7 @@ before_test:
   - cd ..\..\..
   - del test\command\suite\select\filter\equal\vector_element_float.test
 test_script:
+  - set GRN_EXPR_OPTIMIZE=yes
   - ruby test\command\bin\grntest
      --groonga %FULL_GROONGA_INSTALL_FOLDER%\bin\groonga.exe
      --base-directory test\command
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190304/df640907/attachment.html>


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