Configure travis-ci build
For now only configuring OS X build. Travis-CI runs Linux builds on Ubuntu 12.04 for which pre-built Boost packages end at 1.48. Bond currently requires 1.54.
This commit is contained in:
Родитель
f229cd11ca
Коммит
f10b4fba0f
|
@ -0,0 +1,15 @@
|
||||||
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
|
before_install:
|
||||||
|
- brew update
|
||||||
|
- brew install ghc cabal-install
|
||||||
|
- brew unlink boost
|
||||||
|
- brew install boost boost-python
|
||||||
|
- cabal update
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make --jobs 2 check
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode61
|
Загрузка…
Ссылка в новой задаче