[CI] Run 'scons build' in parallel
Both Travis and Appveyor make at least two cores available
This commit is contained in:
parent
8e6d53d18b
commit
1e87756a97
2 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ before_script: |
|
|||
fi
|
||||
rm -f cantera.conf
|
||||
script:
|
||||
- scons build VERBOSE=y python_package=full python3_package=n blas_lapack_libs=lapack,blas optimize=n
|
||||
- scons build -j2 VERBOSE=y python_package=full python3_package=n blas_lapack_libs=lapack,blas optimize=n
|
||||
- scons test
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ install:
|
|||
C:\Python27-x64\Scripts\pip.exe install cython
|
||||
|
||||
build_script:
|
||||
- cmd: C:\Python27-x64\scons build boost_inc_dir=C:\Libraries\boost_1_62_0 debug=n
|
||||
- cmd: C:\Python27-x64\scons build -j2 boost_inc_dir=C:\Libraries\boost_1_62_0 debug=n
|
||||
|
||||
test_script:
|
||||
- ps: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue