summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-02-05 14:32:45 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-02-05 14:32:45 +0100
commit933a604e385bbf3a1362022281b90246740f6597 (patch)
tree871b2f63c337f54951468347b0f1d222964972a3 /.travis.yml
parent1e06b466a0daade2b035d63c31f263d50d33db1a (diff)
downloadATCD-933a604e385bbf3a1362022281b90246740f6597.tar.gz
Use 2 cpu workers and make, build all
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 73d9c2d1eb6..2e83b2c2754 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,6 @@ before_script:
- echo -e "include \$(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU
script:
- - perl $ACE_ROOT/bin/mwc.pl -type gnuace -exclude TAO -exclude CIAO -exclude DAnCE
- - make
+ - perl $ACE_ROOT/bin/mwc.pl -type gnuace -workers 2
+ - make -j 2