cantera/.travis.yml
Ray Speth 1e87756a97 [CI] Run 'scons build' in parallel
Both Travis and Appveyor make at least two cores available
2016-11-25 23:41:56 -05:00

26 lines
581 B
YAML

language: cpp
sudo: false
os:
- linux
- osx
addons:
apt:
packages:
- python-dev
- python-numpy
- gfortran
- libsundials-serial-dev
- liblapack-dev
- libblas-dev
- libboost-dev
before_script: |
pip install --user --install-option="--no-cython-compile" cython
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install scons
brew install boost
fi
rm -f cantera.conf
script:
- scons build -j2 VERBOSE=y python_package=full python3_package=n blas_lapack_libs=lapack,blas optimize=n
- scons test