[Groonga-commit] groonga/groonga at 44bd22d [master] travis: install pkg-config for building Rroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 4 10:20:28 JST 2014


Kouhei Sutou	2014-11-04 10:20:28 +0900 (Tue, 04 Nov 2014)

  New Revision: 44bd22d1c25d5255d9ab2ab5e5496449189a1865
  https://github.com/groonga/groonga/commit/44bd22d1c25d5255d9ab2ab5e5496449189a1865

  Message:
    travis: install pkg-config for building Rroonga

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

  Modified: .travis.yml (+2 -1)
===================================================================
--- .travis.yml    2014-11-03 19:30:30 +0900 (b9b3d0d)
+++ .travis.yml    2014-11-04 10:20:28 +0900 (74664b7)
@@ -13,10 +13,11 @@ env:
   - BUILD_TOOL=autotools ENABLE_MRUBY=yes
   - BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
   - BUILD_TOOL=cmake
+before_install:
+  - rvm use 1.9.3
 install:
   - tools/travis-install.sh
 before_script:
-  - rvm use 1.9.3
   - tools/travis-before-script.sh
 script:
   - tools/travis-script.sh

  Modified: tools/travis-install.sh (+3 -0)
===================================================================
--- tools/travis-install.sh    2014-11-03 19:30:30 +0900 (692e266)
+++ tools/travis-install.sh    2014-11-04 10:20:28 +0900 (d772b25)
@@ -23,3 +23,6 @@ case "${TRAVIS_OS_NAME}" in
     ;;
 esac
 
+if [ "${ENABLE_MRUBY}" = "yes" ]; then
+  gem install pkg-config
+fi
-------------- next part --------------
HTML����������������������������...
Download 



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