mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
do the travis build in parallel
This commit is contained in:
parent
2b5447f59c
commit
a23e83f878
@ -2,7 +2,7 @@
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
sudo: false
|
||||
script: ./autogen.sh && ./configure && make && make check && make distcheck
|
||||
script: ./autogen.sh && ./configure && make -j3 && make check -j3 && make distcheck
|
||||
after_script: test -e test/test-suite.log && cat test/test-suite.log
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user