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:
Adam Sapek 2015-01-13 20:18:33 -08:00
Родитель f229cd11ca
Коммит f10b4fba0f
1 изменённых файлов: 15 добавлений и 0 удалений

15
.travis.yml Normal file
Просмотреть файл

@ -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