2014-11-07 16:26:22 +01:00
|
|
|
language: bash
|
|
|
|
|
2016-11-17 17:54:21 +01:00
|
|
|
dist: trusty
|
|
|
|
sudo: required
|
2015-04-10 00:53:46 +02:00
|
|
|
|
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:
|
2016-03-22 18:08:39 +01:00
|
|
|
- XLINT=1
|
2015-04-15 11:15:20 +02:00
|
|
|
- ARCH=x86_64 BOOTSTRAP=x86_64
|
|
|
|
- ARCH=i686 BOOTSTRAP=i686
|
2016-10-13 11:42:17 +02:00
|
|
|
- ARCH=aarch64 BOOTSTRAP=x86_64
|
2015-04-15 11:15:20 +02:00
|
|
|
- ARCH=armv7hf BOOTSTRAP=x86_64
|
2015-05-26 11:27:56 +02:00
|
|
|
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
|
|
|
|
- ARCH=armv7hf-musl BOOTSTRAP=x86_64-musl
|
2016-10-13 11:42:17 +02:00
|
|
|
- ARCH=aarch64-musl BOOTSTRAP=x86_64-musl
|
2015-05-26 11:27:56 +02:00
|
|
|
|
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
|
2015-04-15 11:15:20 +02:00
|
|
|
- common/travis/bootstrap.sh $BOOTSTRAP
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
script:
|
2015-04-15 11:23:37 +02:00
|
|
|
- common/travis/build.sh $BOOTSTRAP $ARCH
|
2015-04-10 00:53:46 +02:00
|
|
|
|
|
|
|
after_script:
|
2015-04-20 11:39:39 +02:00
|
|
|
- common/travis/show_files.sh $BOOTSTRAP $ARCH
|
2014-11-07 16:26:22 +01:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|