[Groonga-commit] groonga/groonga at 1deeb84 [master] travis: indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 4 14:59:44 JST 2013


Kouhei Sutou	2013-10-04 14:59:44 +0900 (Fri, 04 Oct 2013)

  New Revision: 1deeb8486f589e33e311b8dee28598f7384e5cc8
  https://github.com/groonga/groonga/commit/1deeb8486f589e33e311b8dee28598f7384e5cc8

  Message:
    travis: indent

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

  Modified: tools/travis-before-script.sh (+7 -7)
===================================================================
--- tools/travis-before-script.sh    2013-10-04 13:18:15 +0900 (d5bd538)
+++ tools/travis-before-script.sh    2013-10-04 14:59:44 +0900 (264e48e)
@@ -4,15 +4,15 @@ set -e
 
 case "${BUILD_TOOL}" in
     autotools)
-./autogen.sh
+	./autogen.sh
 
-configure_args=""
-#if [ "$CC" = "clang" ]; then
-    configure_args="${configure_args} --enable-debug"
-#fi
+	configure_args=""
+	#if [ "$CC" = "clang" ]; then
+	    configure_args="${configure_args} --enable-debug"
+	#fi
 
-./configure --with-ruby19 ${configure_args}
-;;
+	./configure --with-ruby19 ${configure_args}
+	;;
     cmake)
 	cmake . -DGRN_WITH_DEBUG=yes -DGRN_WITH_MRUBY=yes
 	;;
-------------- next part --------------
HTML����������������������������...
Download 



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