forked from ArrowElectronics/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (25 loc) · 1.02 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
language: c
branches:
except:
- xcomm_zynq
- adi-4.19.0 # current rebased versions of master; change this when updating kernel ver
os: linux
notifications:
email:
on_success: change
on_failure: always
env:
matrix:
- BUILD_TYPE=sync_branches_with_master_travis DO_NOT_DOCKERIZE=1
- BUILD_TYPE=checkpatch DO_NOT_DOCKERIZE=1
- BUILD_TYPE=dtb_build_test ARCH=arm DTS_FILES=arch/arm/boot/dts/zynq-*.dts DO_NOT_DOCKERIZE=1
- BUILD_TYPE=dtb_build_test ARCH=arm64 DTS_FILES=arch/arm64/boot/dts/xilinx/zynqmp-*.dts DO_NOT_DOCKERIZE=1
- DEFCONFIG=zynq_xcomm_adv7511_defconfig ARCH=arm IMAGE=uImage
- DEFCONFIG=zynq_pluto_defconfig ARCH=arm IMAGE=uImage
- DEFCONFIG=zynq_sidekiqz2_defconfig ARCH=arm IMAGE=uImage
- DEFCONFIG=adi_zynqmp_defconfig ARCH=arm64 IMAGE=Image
- DEFCONFIG=zynq_m2k_defconfig ARCH=arm IMAGE=uImage
- BUILD_TYPE=compile_test DEFCONFIG=zynq_xcomm_adv7511_defconfig ARCH=arm
- BUILD_TYPE=compile_test DEFCONFIG=adi_zynqmp_defconfig ARCH=arm64
script:
- ./ci/travis/run-build-docker.sh