Skip to content

Commit

Permalink
Add Boost to Travis build environment, and OSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed May 15, 2017
1 parent c7c2b93 commit 05a2b84
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ addons:
packages:
- cmake
- cmake-data
- libboost-dev
- libdb-dev
- libreadline-dev
- libssl-dev
- libwww-perl
- time
- xsltproc
- zlib1g-dev

Expand All @@ -32,5 +34,15 @@ env:
- BUILD=cmake TEST_TARGET=debug
- BUILD=cmake TEST_TARGET=release

os:
- linux
- osx

matrix:
exclude:
# No point testing both GCC and Clang on Mac OS X, as they're the same thing.
- os: osx
compiler: gcc

script:
- ./infrastructure/travis-build.sh
- env EXTRA_MAKE_ARGS=-j2 ./infrastructure/travis-build.sh

0 comments on commit 05a2b84

Please sign in to comment.