2016-08-11 07:11:19 +02:00
|
|
|
cache:
|
|
|
|
- ccache
|
|
|
|
- directories:
|
|
|
|
- $HOME/brew-cache
|
2016-06-28 21:53:08 +02:00
|
|
|
notifications:
|
2016-08-11 07:11:19 +02:00
|
|
|
email: false
|
|
|
|
slack: hyperiondevteam:JHOhorlTVgcYKwT6Tj1nnGou
|
2016-06-25 22:08:25 +02:00
|
|
|
language: cpp
|
2016-06-28 21:53:08 +02:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
|
|
|
sudo: required
|
2016-08-07 18:39:45 +02:00
|
|
|
- os: osx
|
|
|
|
osx_image: xcode7.3
|
2016-08-11 07:11:19 +02:00
|
|
|
env:
|
|
|
|
- HOMEBREW_CACHE=$HOME/brew-cache
|
2016-06-25 22:08:25 +02:00
|
|
|
before_install:
|
2016-08-11 07:11:19 +02:00
|
|
|
- chmod +x ./.travis/travis_install.sh
|
|
|
|
- ./.travis/travis_install.sh
|
2016-06-28 21:53:08 +02:00
|
|
|
script:
|
2016-08-11 07:11:19 +02:00
|
|
|
- chmod +x ./.travis/travis_build.sh ./test/testrunner.sh
|
|
|
|
- ./.travis/travis_build.sh
|
|
|
|
- ./test/testrunner.sh
|