[Groonga-commit] groonga/groonga at 43842dc [master] travis: reduce test patterns

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 29 20:54:47 JST 2015


Kouhei Sutou	2015-08-29 20:54:47 +0900 (Sat, 29 Aug 2015)

  New Revision: 43842dcd5e8f81538aa7f3a01d349924d2452742
  https://github.com/groonga/groonga/commit/43842dcd5e8f81538aa7f3a01d349924d2452742

  Message:
    travis: reduce test patterns

  Modified files:
    .travis.yml

  Modified: .travis.yml (+29 -15)
===================================================================
--- .travis.yml    2015-08-29 20:50:24 +0900 (1a7060b)
+++ .travis.yml    2015-08-29 20:54:47 +0900 (aba337a)
@@ -2,22 +2,36 @@ notifications:
   email:
     recipients:
       - groonga-commit �� lists.sourceforge.jp
-os:
-  - linux
-  - osx
 language: cpp
-compiler:
-  - gcc
-  - clang
-env:
-  - BUILD_TOOL=autotools
-  - BUILD_TOOL=autotools ENABLE_MRUBY=yes
-  - BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
-  - BUILD_TOOL=cmake
-  - BUILD_TOOL=cmake ENABLE_MRUBY=yes
-# matrix:
-#   allow_failures:
-#     - env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
+matrix:
+  include:
+    - os: linux
+      compiler: gcc
+      env: BUILD_TOOL=autotools
+    - os: linux
+      compiler: gcc
+      env: BUILD_TOOL=autotools ENABLE_RUBY=yes
+    - os: linux
+      compiler: gcc
+      env: BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
+    - os: linux
+      compiler: gcc
+      env: BUILD_TOOL=cmake
+    - os: linux
+      compiler: gcc
+      env: BUILD_TOOL=cmake ENABLE_RUBY=yes
+    - os: linux
+      compiler: clang
+      env: BUILD_TOOL=autotools ENABLE_RUBY=yes
+    - os: linux
+      compiler: clang
+      env: BUILD_TOOL=cmake ENABLE_RUBY=yes
+    - os: osx
+      compiler: gcc
+      env: BUILD_TOOL=autotools ENABLE_RUBY=yes
+    - os: osx
+      compiler: clang
+      env: BUILD_TOOL=cmake ENABLE_RUBY=yes
 before_install:
   - rvm use 2.1
 install:
-------------- next part --------------
HTML����������������������������...
Download 



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