build in parallel + stop building linux + clang

This commit is contained in:
Benjamin Sergeant 2019-05-13 17:06:56 -07:00
parent 642356d353
commit 6d2548b823
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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