summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2020-11-13 19:50:19 +0200
committerOleg Oshmyan <chortos@inbox.lv>2020-11-13 19:50:19 +0200
commit903100827da86a2763cb5e924a0e3207d330992d (patch)
tree4e27b202b77f7981a71eef4050e60e235002b9e6
parent6f3eb372b74a26f105acadf32a73d80a00b99f11 (diff)
downloadlibass-903100827da86a2763cb5e924a0e3207d330992d.tar.bz2
libass-903100827da86a2763cb5e924a0e3207d330992d.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