mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Added some Travis caching (#167)
* testing travis speedup using caching * testing travis speedup using caching * testing travis speedup using caching * testing travis speedup using caching
This commit is contained in:
parent
cf2b8b88ee
commit
11441c91dc
20
.travis.yml
20
.travis.yml
@ -1,6 +1,10 @@
|
|||||||
|
cache:
|
||||||
|
- ccache
|
||||||
|
- directories:
|
||||||
|
- $HOME/brew-cache
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
slack: hyperiondevteam:JHOhorlTVgcYKwT6Tj1nnGou
|
slack: hyperiondevteam:JHOhorlTVgcYKwT6Tj1nnGou
|
||||||
language: cpp
|
language: cpp
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -9,10 +13,12 @@ matrix:
|
|||||||
sudo: required
|
sudo: required
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
|
env:
|
||||||
|
- HOMEBREW_CACHE=$HOME/brew-cache
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x ./.travis/travis_install.sh
|
- chmod +x ./.travis/travis_install.sh
|
||||||
- ./.travis/travis_install.sh
|
- ./.travis/travis_install.sh
|
||||||
script:
|
script:
|
||||||
- chmod +x ./.travis/travis_build.sh ./test/testrunner.sh
|
- chmod +x ./.travis/travis_build.sh ./test/testrunner.sh
|
||||||
- ./.travis/travis_build.sh
|
- ./.travis/travis_build.sh
|
||||||
- ./test/testrunner.sh
|
- ./test/testrunner.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user