forked from analogdevicesinc/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (33 loc) · 1.47 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: c
branches:
except:
- xcomm_zynq
- adi-4.14.0 # current rebased versions of master; change this when updating kernel ver
- adi-4.19.0
os: linux
notifications:
email:
on_success: change
on_failure: always
env:
matrix:
- BUILD_TYPE=sync_branches_with_master_travis
- BUILD_TYPE=checkpatch
- BUILD_TYPE=dtb_build_test
- DEFCONFIG_NAME=zynq_xcomm_adv7511_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
DTS_FILES=arch/arm/boot/dts/zynq-*.dts IMAGE=uImage
- DEFCONFIG_NAME=zynq_pluto_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
DTS_FILES=arch/arm/boot/dts/zynq-*.dts IMAGE=uImage
- DEFCONFIG_NAME=zynq_sidekiqz2_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
DTS_FILES=arch/arm/boot/dts/zynq-*.dts IMAGE=uImage
- DEFCONFIG_NAME=adi_zynqmp_defconfig ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
DTS_FILES=arch/arm64/boot/dts/xilinx/zynqmp-*.dts DTS_PREFIX=xilinx/ IMAGE=Image
- DEFCONFIG_NAME=zynq_m2k_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
DTS_FILES=arch/arm/boot/dts/zynq-*.dts IMAGE=uImage
- BUILD_TYPE=compile_test DEFCONFIG_NAME=zynq_xcomm_adv7511_defconfig ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
- BUILD_TYPE=compile_test DEFCONFIG_NAME=adi_zynqmp_defconfig ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y build-essential bc u-boot-tools gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
script:
- ./ci/travis/run-build.sh