Skip to content

Commit

Permalink
[CI] Run 'scons build' in parallel
Browse files Browse the repository at this point in the history
Both Travis and Appveyor make at least two cores available
  • Loading branch information
speth committed Nov 26, 2016
1 parent 8e6d53d commit 1e87756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1e87756

Please sign in to comment.