[Groonga-commit] groonga/groonga at 17dac85 [master] travis: use 2 spaces for indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 2 20:53:24 JST 2014


Kouhei Sutou	2014-11-02 20:53:24 +0900 (Sun, 02 Nov 2014)

  New Revision: 17dac85c7c7ca60f8b340f1d0373134b9f3e72ff
  https://github.com/groonga/groonga/commit/17dac85c7c7ca60f8b340f1d0373134b9f3e72ff

  Message:
    travis: use 2 spaces for indent

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

  Modified: tools/travis-before-script.sh (+22 -22)
===================================================================
--- tools/travis-before-script.sh    2014-11-02 20:51:21 +0900 (c35d99f)
+++ tools/travis-before-script.sh    2014-11-02 20:53:24 +0900 (3692466)
@@ -5,28 +5,28 @@ set -e
 git submodule update --init --depth 1
 
 case "${BUILD_TOOL}" in
-    autotools)
-	./autogen.sh
-
-	configure_args=""
-	#if [ "$CC" = "clang" ]; then
-	    configure_args="${configure_args} --enable-debug"
-	#fi
-	if [ "$ENABLE_MRUBY" = "yes" ]; then
-	    configure_args="${configure_args} --with-ruby --enable-mruby"
-	fi
-
-	./configure --with-ruby ${configure_args}
-	;;
-    cmake)
-	cmake_args=""
-	cmake_args="${cmake_args} -DGRN_WITH_DEBUG=yes"
-	if [ "$ENABLE_MRUBY" = "yes" ]; then
-	    cmake_args="${cmake_args} -DGRN_WITH_MRUBY=yes"
-	fi
-
-	cmake . ${cmake_args}
-	;;
+  autotools)
+    ./autogen.sh
+
+    configure_args=""
+    #if [ "$CC" = "clang" ]; then
+      configure_args="${configure_args} --enable-debug"
+    #fi
+    if [ "$ENABLE_MRUBY" = "yes" ]; then
+      configure_args="${configure_args} --with-ruby --enable-mruby"
+    fi
+
+    ./configure --with-ruby ${configure_args}
+    ;;
+  cmake)
+    cmake_args=""
+    cmake_args="${cmake_args} -DGRN_WITH_DEBUG=yes"
+    if [ "$ENABLE_MRUBY" = "yes" ]; then
+      cmake_args="${cmake_args} -DGRN_WITH_MRUBY=yes"
+    fi
+
+    cmake . ${cmake_args}
+    ;;
 esac
 
 case "$(uname)" in

  Modified: tools/travis-script.sh (+9 -9)
===================================================================
--- tools/travis-script.sh    2014-11-02 20:51:21 +0900 (7931903)
+++ tools/travis-script.sh    2014-11-02 20:53:24 +0900 (852d88a)
@@ -3,13 +3,13 @@
 set -e
 
 case "${BUILD_TOOL}" in
-    autotools)
-	test/unit/run-test.sh
-	test/command/run-test.sh
-	# test/command/run-test.sh --interface http
-	# test/command/run-test.sh --interface http --testee groonga-httpd
-	;;
-    cmake)
-	test/command/run-test.sh
-	;;
+  autotools)
+    test/unit/run-test.sh
+    test/command/run-test.sh
+    # test/command/run-test.sh --interface http
+    # test/command/run-test.sh --interface http --testee groonga-httpd
+    ;;
+  cmake)
+    test/command/run-test.sh
+    ;;
 esac
-------------- next part --------------
HTML����������������������������...
다운로드 



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