2014-11-07 16:26:22 +01:00
|
|
|
language: bash
|
|
|
|
|
2015-04-10 00:53:46 +02:00
|
|
|
sudo: false
|
|
|
|
|
2014-11-07 16:51:20 +01:00
|
|
|
git:
|
|
|
|
depth: 200
|
2014-11-07 16:50:06 +01:00
|
|
|
|
2014-11-07 16:26:22 +01:00
|
|
|
env:
|
|
|
|
global:
|
2015-04-10 00:53:46 +02:00
|
|
|
- PATH=$PATH:$HOME/bin
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
- ARCH=x86_64
|
|
|
|
- ARCH=i686
|
|
|
|
- ARCH=armv6hf
|
|
|
|
- ARCH=armv7hf
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/repocache
|
|
|
|
before_cache:
|
|
|
|
- mv hostdir/repocache/* $HOME/repocache
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
before_script:
|
2015-04-10 00:53:46 +02:00
|
|
|
- common/travis/prepare.sh
|
|
|
|
- common/travis/fetch_upstream.sh
|
|
|
|
- common/travis/changed_templates.sh
|
|
|
|
- common/travis/xlint.sh
|
|
|
|
- common/travis/bootstrap.sh
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
script:
|
2015-04-10 00:53:46 +02:00
|
|
|
- common/travis/build.sh $ARCH
|
|
|
|
|
|
|
|
after_script:
|
|
|
|
- common/travis/show_files.sh
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|