2014-11-07 15:26:22 +00:00
|
|
|
language: bash
|
|
|
|
|
2016-11-17 16:54:21 +00:00
|
|
|
dist: trusty
|
|
|
|
sudo: required
|
2015-04-09 22:53:46 +00:00
|
|
|
|
2014-11-07 15:51:20 +00:00
|
|
|
git:
|
|
|
|
depth: 200
|
2014-11-07 15:50:06 +00:00
|
|
|
|
2014-11-07 15:26:22 +00:00
|
|
|
env:
|
|
|
|
global:
|
2015-04-09 22:53:46 +00:00
|
|
|
- PATH=$PATH:$HOME/bin
|
|
|
|
|
|
|
|
matrix:
|
2016-03-22 17:08:39 +00:00
|
|
|
- XLINT=1
|
2015-04-15 09:15:20 +00:00
|
|
|
- ARCH=x86_64 BOOTSTRAP=x86_64
|
|
|
|
- ARCH=i686 BOOTSTRAP=i686
|
2016-10-13 09:42:17 +00:00
|
|
|
- ARCH=aarch64 BOOTSTRAP=x86_64
|
2015-04-15 09:15:20 +00:00
|
|
|
- ARCH=armv7hf BOOTSTRAP=x86_64
|
2015-05-26 09:27:56 +00:00
|
|
|
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
|
2017-11-28 07:52:12 +00:00
|
|
|
- ARCH=armv6hf-musl BOOTSTRAP=x86_64-musl
|
2016-10-13 09:42:17 +00:00
|
|
|
- ARCH=aarch64-musl BOOTSTRAP=x86_64-musl
|
2015-05-26 09:27:56 +00:00
|
|
|
|
2014-11-07 15:26:22 +00:00
|
|
|
before_script:
|
2017-09-18 00:19:30 +00:00
|
|
|
- common/travis/set_mirror.sh
|
2015-04-09 22:53:46 +00:00
|
|
|
- common/travis/prepare.sh
|
|
|
|
- common/travis/fetch_upstream.sh
|
|
|
|
- common/travis/changed_templates.sh
|
|
|
|
- common/travis/xlint.sh
|
2015-04-15 09:15:20 +00:00
|
|
|
- common/travis/bootstrap.sh $BOOTSTRAP
|
2014-11-07 15:26:22 +00:00
|
|
|
|
|
|
|
script:
|
2015-04-15 09:23:37 +00:00
|
|
|
- common/travis/build.sh $BOOTSTRAP $ARCH
|
2015-04-09 22:53:46 +00:00
|
|
|
|
|
|
|
after_script:
|
2015-04-20 09:39:39 +00:00
|
|
|
- common/travis/show_files.sh $BOOTSTRAP $ARCH
|
2014-11-07 15:26:22 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|