[Groonga-commit] groonga/groonga at 73ddfc4 [master] travis: build on before_script to detect build error as error not failure

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 5 20:42:00 JST 2013


Kouhei Sutou	2013-10-13 19:43:37 +0900 (Sun, 13 Oct 2013)

  New Revision: 73ddfc427125b44c9ad3fa3281d7a777f2124820
  https://github.com/groonga/groonga/commit/73ddfc427125b44c9ad3fa3281d7a777f2124820

  Message:
    travis: build on before_script to detect build error as error not failure

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

  Modified: tools/travis-before-script.sh (+3 -0)
===================================================================
--- tools/travis-before-script.sh    2013-10-13 19:39:21 +0900 (b6b177b)
+++ tools/travis-before-script.sh    2013-10-13 19:43:37 +0900 (c6cfc85)
@@ -26,3 +26,6 @@ case "${BUILD_TOOL}" in
 	cmake . ${cmake_args}
 	;;
 esac
+
+n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
+make -j${n_processors} > /dev/null
-------------- next part --------------
HTML����������������������������...
Download 



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