[Groonga-commit] groonga/groonga at 0f3747e [master] travis osx: add a test pattern for CMake

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 30 17:10:54 JST 2015


Kouhei Sutou	2015-08-30 17:10:54 +0900 (Sun, 30 Aug 2015)

  New Revision: 0f3747ea0f9b2a8e0f121ea83a183ea9d6a6b448
  https://github.com/groonga/groonga/commit/0f3747ea0f9b2a8e0f121ea83a183ea9d6a6b448

  Message:
    travis osx: add a test pattern for CMake

  Modified files:
    .travis.yml
    tools/travis-install.sh

  Modified: .travis.yml (+3 -0)
===================================================================
--- .travis.yml    2015-08-30 16:56:53 +0900 (699f86f)
+++ .travis.yml    2015-08-30 17:10:54 +0900 (9f1bd6e)
@@ -29,6 +29,9 @@ matrix:
     - os: osx
       compiler: clang
       env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
+    - os: osx
+      compiler: clang
+      env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
 before_install:
   - rvm use 2.1
 install:

  Modified: tools/travis-install.sh (+1 -0)
===================================================================
--- tools/travis-install.sh    2015-08-30 16:56:53 +0900 (9e9b7cc)
+++ tools/travis-install.sh    2015-08-30 17:10:54 +0900 (42c2c5f)
@@ -23,6 +23,7 @@ case "${TRAVIS_OS_NAME}" in
          mecab-ipadic \
          pkg-config \
          pcre \
+         cmake \
          cutter
     ;;
 esac
-------------- next part --------------
HTML����������������������������...
다운로드 



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