AusweisApp2/.travis.yml

26 lines
447 B
YAML
Raw Normal View History

2017-09-29 14:29:35 +02:00
language: shell
sudo: required
cache:
ccache: true
directories:
- $HOME/.ccache
2017-09-29 14:29:35 +02:00
env:
matrix:
- CHECK=format
- CHECK=docs
- CHECK=build TYPE=debug COMPILER=g++
- CHECK=build TYPE=release COMPILER=g++
- CHECK=build TYPE=debug COMPILER=clang++
- CHECK=build TYPE=release COMPILER=clang++
2017-09-29 14:29:35 +02:00
install:
- sudo -E resources/travis/setup.sh
2017-09-29 14:29:35 +02:00
script:
- sudo -E resources/travis/build.sh
2017-09-29 14:29:35 +02:00
notifications:
email: false