forked from analogdevicesinc/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml.bak
42 lines (37 loc) · 1.38 KB
/
.travis.yml.bak
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
40
41
42
language: c
branches:
except:
- xcomm_zynq
- adi-5.4.0 # current rebased versions of master; change this when updating kernel ver
os: linux
notifications:
email:
on_success: change
on_failure: always
matrix:
include:
- sync_branches: 1
env: BUILD_TYPE=sync_branches_with_main_travis DO_NOT_DOCKERIZE=1
if: branch = master
- checkpatch: 1
env: BUILD_TYPE=checkpatch DO_NOT_DOCKERIZE=1
- env: BUILD_TYPE=dtb_build_test DO_NOT_DOCKERIZE=1
DTS_FILES="arch/arm/boot/dts/zynq-*.dts
arch/arm/boot/dts/socfpga_*.dts
arch/arm64/boot/dts/xilinx/zynqmp-*.dts
arch/microblaze/boot/dts/*.dts
arch/nios2/boot/dts/*.dts"
- env: DEFCONFIG=socfpga_adi_defconfig ARCH=arm IMAGE=zImage
CHECK_ALL_ADI_DRIVERS_HAVE_BEEN_BUILT=1
- env: DEFCONFIG=zynq_xcomm_adv7511_defconfig ARCH=arm IMAGE=uImage
CHECK_ALL_ADI_DRIVERS_HAVE_BEEN_BUILT=1
- env: DEFCONFIG=zynq_pluto_defconfig ARCH=arm IMAGE=uImage
- env: DEFCONFIG=zynq_sidekiqz2_defconfig ARCH=arm IMAGE=uImage
- env: DEFCONFIG=adi_zynqmp_defconfig ARCH=arm64 IMAGE=Image
CHECK_ALL_ADI_DRIVERS_HAVE_BEEN_BUILT=1
- env: DEFCONFIG=zynq_m2k_defconfig ARCH=arm IMAGE=uImage
allow_failures:
- sync_branches: 1
- checkpatch: 1
script:
- ./ci/travis/run-build-docker.sh