[shark] 13/79: added multithreaded build as time limit exceeded
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:39:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository shark.
commit 5f0dd47cb9f7d1fadf4fc12892f74b3185776273
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date: Wed Oct 28 11:03:39 2015 +0100
added multithreaded build as time limit exceeded
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 26fe3b4..be9b686 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,4 @@ before_script:
- cmake ..
script:
- - make && make test
\ No newline at end of file
+ - make -j3 && make test
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git
More information about the debian-science-commits
mailing list