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 - CC=clang
- CXX=clang++ - CXX=clang++
- os: linux # Clang + Linux disabled for now
dist: xenial # - os: linux
script: python test/run.py # dist: xenial
env: # script: python test/run.py
- CC=clang # env:
- CXX=clang++ # - CC=clang
# - CXX=clang++
# Windows # Windows
- os: windows - os: windows

View File

@ -371,7 +371,7 @@ def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLD
#runCommand('{} -C {} {}'.format(makeCmd, buildDir, jobs)) #runCommand('{} -C {} {}'.format(makeCmd, buildDir, jobs))
# build with cmake # build with cmake
runCommand('cmake --build ' + buildDir) runCommand('cmake --build --parallel ' + buildDir)
if buildOnly: if buildOnly:
return return