[Groonga-commit] groonga/groonga at eff91fb [master] travis osx: fix wrong location

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 13 00:03:37 JST 2016


Kouhei Sutou	2016-10-13 00:03:37 +0900 (Thu, 13 Oct 2016)

  New Revision: eff91fb641d66d0bb7e7659652f437b61e72e442
  https://github.com/groonga/groonga/commit/eff91fb641d66d0bb7e7659652f437b61e72e442

  Message:
    travis osx: fix wrong location

  Modified files:
    tools/travis-before-script.sh
    tools/travis-script.sh

  Modified: tools/travis-before-script.sh (+4 -0)
===================================================================
--- tools/travis-before-script.sh    2016-10-12 20:32:39 +0900 (11e6425)
+++ tools/travis-before-script.sh    2016-10-13 00:03:37 +0900 (14a19a1)
@@ -5,6 +5,10 @@ set -u
 
 : ${ENABLE_MRUBY:=no}
 
+if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
+  export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
+fi
+
 git submodule update --init --depth 1
 
 prefix=/tmp/local

  Modified: tools/travis-script.sh (+0 -2)
===================================================================
--- tools/travis-script.sh    2016-10-12 20:32:39 +0900 (db0ba72)
+++ tools/travis-script.sh    2016-10-13 00:03:37 +0900 (e8aa9ab)
@@ -33,8 +33,6 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   mkdir -p tmp
   mount -t hfs ${memory_fs_device_path} tmp
 
-  export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
-
   command_test_options="${command_test_options} --n-workers=2"
 else
   command_test_options="${command_test_options} --n-workers=4"
-------------- next part --------------
HTML����������������������������...
다운로드 



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