[mlpack] 26/207: Increase the number of parallel builds (travis).
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Mar 23 17:53:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 0ca3e687dcb11fd704d5bf5cf416d901ebe8fe69
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date: Thu Jan 26 22:45:00 2017 +0100
Increase the number of parallel builds (travis).
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b2cd2e9..7f88999 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
- printenv
- sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
install:
- - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j2
+ - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j3
script:
- travis_wait 30 ./bin/mlpack_test -p
notifications:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list