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
|
2016-06-25 22:08:25 +02:00
|
|
|
language: cpp
|
2019-01-06 19:49:56 +01:00
|
|
|
services:
|
|
|
|
- docker
|
2016-06-28 21:53:08 +02:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
2019-01-06 19:49:56 +01:00
|
|
|
env:
|
|
|
|
- DOCKER_TAG=ubuntu1604
|
|
|
|
- DOCKER_NAME="Ubuntu 16.04"
|
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
|
|
|
env:
|
|
|
|
- DOCKER_TAG=cross-qemu-rpistretch
|
|
|
|
- DOCKER_NAME="Raspberry Pi"
|
2016-08-07 18:39:45 +02:00
|
|
|
- os: osx
|
2019-01-07 23:33:27 +01:00
|
|
|
osx_image: xcode8.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
|
|
|
- ./.travis/travis_install.sh
|
2016-06-28 21:53:08 +02:00
|
|
|
script:
|
2016-08-11 07:11:19 +02:00
|
|
|
- ./.travis/travis_build.sh
|
2016-09-21 22:01:50 +02:00
|
|
|
after_success:
|
2017-08-29 00:37:48 +02:00
|
|
|
- ./.travis/travis_deploy.sh
|