[Groonga-commit] groonga/groonga [master] travis: move before_script to tools/

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 12:02:45 JST 2012


Kouhei Sutou	2012-08-12 12:02:45 +0900 (Sun, 12 Aug 2012)

  New Revision: 58590f0cffc1864aa44f70b3668bc22cb2a969af
  https://github.com/groonga/groonga/commit/58590f0cffc1864aa44f70b3668bc22cb2a969af

  Log:
    travis: move before_script to tools/

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

  Modified: .travis.yml (+1 -3)
===================================================================
--- .travis.yml    2012-08-12 00:23:59 +0900 (e3b8427)
+++ .travis.yml    2012-08-12 12:02:45 +0900 (d3045d4)
@@ -11,9 +11,7 @@ install:
   - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C837F31
   - sudo apt-get install -y autotools-dev zlib1g-dev liblzo2-dev libmsgpack-dev libevent-dev libmecab-dev mecab-naist-jdic cutter-testing-framework
 before_script:
-  - rvm use 1.9.3
-  - ./autogen.sh
-  - ./configure --with-ruby19
+  - tools/travis-before-script.sh
 script:
   - make -j8
   - NO_RUBY=yes test/unit/run-test.sh

  Added: tools/travis-before-script.sh (+10 -0) 100755
===================================================================
--- /dev/null
+++ tools/travis-before-script.sh    2012-08-12 12:02:45 +0900 (efe07a7)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+set -x
+
+rvm use 1.9.3
+
+./autogen.sh
+
+./configure --with-ruby19
-------------- next part --------------
HTML����������������������������...
Download 



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