mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
11441c91dc
* testing travis speedup using caching * testing travis speedup using caching * testing travis speedup using caching * testing travis speedup using caching
25 lines
554 B
YAML
25 lines
554 B
YAML
cache:
|
|
- ccache
|
|
- directories:
|
|
- $HOME/brew-cache
|
|
notifications:
|
|
email: false
|
|
slack: hyperiondevteam:JHOhorlTVgcYKwT6Tj1nnGou
|
|
language: cpp
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
dist: trusty
|
|
sudo: required
|
|
- os: osx
|
|
osx_image: xcode7.3
|
|
env:
|
|
- HOMEBREW_CACHE=$HOME/brew-cache
|
|
before_install:
|
|
- chmod +x ./.travis/travis_install.sh
|
|
- ./.travis/travis_install.sh
|
|
script:
|
|
- chmod +x ./.travis/travis_build.sh ./test/testrunner.sh
|
|
- ./.travis/travis_build.sh
|
|
- ./test/testrunner.sh
|