summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2020-11-13 19:50:19 +0200
committerOneric <oneric@oneric.stub>2021-02-06 18:13:36 +0100
commit6b2d8f480f9455a2c455a50bd8a735c626b53588 (patch)
treef6b7427e6d61a22b2983ce2ead2f0c2ff317c686
parentc8f909c15d3320c359f27a201094a05bc8bd380a (diff)
downloadlibass-6b2d8f480f9455a2c455a50bd8a735c626b53588.tar.bz2
libass-6b2d8f480f9455a2c455a50bd8a735c626b53588.tar.xz
Travis CI: use make -j2
https://docs.travis-ci.com/user/speeding-up-the-build/#makefile-optimization and https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system suggest -j2 should be optimal on all VMs.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3b1e81c..f5ead93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ before_script:
- ./autogen.sh
- ./configure
script:
- - make -j4
+ - make -j2
notifications:
email: false
@@ -63,5 +63,5 @@ addons:
description: "Build submitted via Travis CI"
notification_email: none@example.com
build_command_prepend: "./configure"
- build_command: "make -j4"
+ build_command: "make -j2"
branch_pattern: master|coverity_scan