Skip to content

Commit

Permalink
Update CI configurations to handle Boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 24, 2016
1 parent ecb2868 commit c770edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ addons:
- 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:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
C:\Python27-x64\Scripts\pip.exe install cython
build_script:
- cmd: C:\Python27-x64\scons build
- cmd: C:\Python27-x64\scons build boost_inc_dir=C:\Libraries\boost_1_62_0

test_script:
- ps: |
Expand Down

0 comments on commit c770edf

Please sign in to comment.