Repository: lucy Updated Branches: refs/heads/master 739bc635d -> a3e7fa28b
Make Travis C build more parallel Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a3e7fa28 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a3e7fa28 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a3e7fa28 Branch: refs/heads/master Commit: a3e7fa28b6a17438bd3bb25ea0923c6dd58c9916 Parents: 739bc63 Author: Nick Wellnhofer <[email protected]> Authored: Sat Jul 11 18:17:22 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 18:17:22 2015 +0200 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/a3e7fa28/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index 624bb86..3125431 100755 --- a/devel/bin/travis-test.sh +++ b/devel/bin/travis-test.sh @@ -26,7 +26,7 @@ test_c() { git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git cd lucy-clownfish/runtime/c ./configure - make + make -j sudo ./install.sh --prefix /usr/local sudo ldconfig
