build in parallel + stop building linux + clang
This commit is contained in:
parent
642356d353
commit
6d2548b823
13
.travis.yml
13
.travis.yml
@ -15,12 +15,13 @@ matrix:
|
||||
- CC=clang
|
||||
- CXX=clang++
|
||||
|
||||
- os: linux
|
||||
dist: xenial
|
||||
script: python test/run.py
|
||||
env:
|
||||
- CC=clang
|
||||
- CXX=clang++
|
||||
# Clang + Linux disabled for now
|
||||
# - os: linux
|
||||
# dist: xenial
|
||||
# script: python test/run.py
|
||||
# env:
|
||||
# - CC=clang
|
||||
# - CXX=clang++
|
||||
|
||||
# Windows
|
||||
- os: windows
|
||||
|
@ -371,7 +371,7 @@ def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLD
|
||||
#runCommand('{} -C {} {}'.format(makeCmd, buildDir, jobs))
|
||||
|
||||
# build with cmake
|
||||
runCommand('cmake --build ' + buildDir)
|
||||
runCommand('cmake --build --parallel ' + buildDir)
|
||||
|
||||
if buildOnly:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user