]> git.ipfire.org Git - thirdparty/u-boot.git/blame - .travis.yml
patman: Tidy up sys.path changes
[thirdparty/u-boot.git] / .travis.yml
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
c7cb334d 2# Copyright Roger Meier <r.meier@siemens.com>
c7cb334d
MR
3
4# build U-Boot on Travis CI - https://travis-ci.org/
5
2bb76f33 6sudo: required
8b13e9bf 7dist: bionic
e4c1b4d8 8
c7cb334d
MR
9language: c
10
050c7569
RM
11addons:
12 apt:
4030f166
TR
13 sources:
14 - ubuntu-toolchain-r-test
8b13e9bf 15 - llvm-toolchain-bionic-7
050c7569 16 packages:
091b48e0 17 - autopoint
050c7569
RM
18 - cppcheck
19 - sloccount
20 - sparse
21 - bc
22 - build-essential
96d0cd46 23 - libsdl2-dev
07bf2122 24 - python
085b8978 25 - python-pyelftools
f36f15b6 26 - python3-sphinx
085b8978
TR
27 - python3-virtualenv
28 - python3-pip
f2b0c007
TR
29 - swig
30 - libpython-dev
cd402e01 31 - iasl
0e4e38ae 32 - grub-efi-ia32-bin
66a3a9cf 33 - grub-efi-amd64-bin
0e4e38ae
AG
34 - rpm2cpio
35 - wget
36dd5f1b 36 - device-tree-compiler
706f0775 37 - lzop
83d73c2f 38 - liblz4-tool
4997a7ed 39 - lzma-alone
4030f166
TR
40 - libisl15
41 - clang-7
aa2e9c9e 42 - srecord
bb9a76ea 43 - graphviz
5bf1ea63
AT
44 - coreutils
45 - util-linux
46 - dosfstools
47 - gdisk
48 - mount
49 - mtools
50 - openssl
51 - sbsigntool
4c58d273 52
c7cb334d 53install:
5ac5861c
TR
54 # Clone uboot-test-hooks
55 - git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks
56 - ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
57 - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
c7cb334d 58 # prepare buildman environment
43a68e49 59 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
f0d964f4 60 - echo -e "arc = /tmp/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman
14d39c9e
TR
61 - echo -e "\n[toolchain-alias]\nsh = sh2" >> ~/.buildman
62 - echo -e "x86 = i386" >> ~/.buildman;
63 - echo -e "riscv = riscv64" >> ~/.buildman;
c7cb334d 64 - cat ~/.buildman
8b13e9bf
TR
65 - grub-mkimage --prefix="" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
66 - grub-mkimage --prefix="" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd
8b13e9bf 67 - wget http://mirrors.kernel.org/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.4-1_amd64.deb && sudo dpkg -i libmpfr4_3.1.4-1_amd64.deb && rm libmpfr4_3.1.4-1_amd64.deb
5bf1ea63 68 - wget http://mirrors.kernel.org/ubuntu/pool/universe/e/efitools/efitools_1.8.1-0ubuntu2_amd64.deb && sudo dpkg -i efitools_1.8.1-0ubuntu2_amd64.deb && rm efitools_1.8.1-0ubuntu2_amd64.deb
c7cb334d
MR
69
70env:
71 global:
5bf1ea63 72 - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/sbin:/usr/bin:/bin:/usr/local/bin
e019660a 73 - PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
c7cb334d 74 - BUILD_DIR=build
c7cb334d
MR
75 - HOSTCC="cc"
76 - HOSTCXX="c++"
88366b96 77 - QEMU_VERSION="v4.2.0"
c7cb334d
MR
78
79before_script:
050c7569 80 # install toolchains based on TOOLCHAIN} variable
050c7569 81 - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi
cd402e01 82 - if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze ; fi
050c7569 83 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi
4c58d273 84 - if [[ "${TOOLCHAIN}" == *sh* ]]; then ./tools/buildman/buildman --fetch-arch sh2 ; fi
0533fb8b
BM
85 - if [[ "${TOOLCHAIN}" == *i386* ]]; then
86 ./tools/buildman/buildman --fetch-arch i386;
2ded4bf9 87 fi
80e4bbfc 88 - if [[ "${TOOLCHAIN}" == arc ]]; then
f0d964f4
AB
89 wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2018.09-release/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz &&
90 tar -C /tmp -xf arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz;
80e4bbfc 91 fi
f715ed45
RC
92 - if [[ "${TOOLCHAIN}" == "nds32" ]]; then
93 wget https://github.com/vincentzwc/prebuilt-nds32-toolchain/releases/download/20180521/nds32le-linux-glibc-v3-upstream.tar.gz &&
94 tar -C /tmp -xf nds32le-linux-glibc-v3-upstream.tar.gz &&
95 echo -e "\n[toolchain-prefix]\nnds32 = /tmp/nds32le-linux-glibc-v3-upstream/bin/nds32le-linux-" >> ~/.buildman;
96 fi
b6f3a12e
MF
97 - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then
98 wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN}.tar.gz &&
99 tar -C /tmp -xf x86_64-2018.02-${TOOLCHAIN}.tar.gz &&
100 echo -e "\n[toolchain-prefix]\nxtensa = /tmp/2018.02/${TOOLCHAIN}/bin/${TOOLCHAIN}-" >> ~/.buildman;
101 fi
8399538c
TR
102 # If TOOLCHAIN is unset, we're on some flavour of ARM.
103 - if [[ "${TOOLCHAIN}" == "" ]]; then
4c58d273
DS
104 ./tools/buildman/buildman --fetch-arch arm &&
105 ./tools/buildman/buildman --fetch-arch aarch64;
8399538c 106 fi
4c58d273 107 - if [[ "${TOOLCHAIN}" == "powerpc" ]]; then ./tools/buildman/buildman --fetch-arch powerpc; fi
b6896fcb 108 - if [[ "${TOOLCHAIN}" == "riscv" ]]; then
9eed8cdd 109 ./tools/buildman/buildman --fetch-arch riscv32 &&
b5135e45 110 ./tools/buildman/buildman --fetch-arch riscv64;
b6896fcb 111 fi
3c643fb0
TR
112 - if [[ "${QEMU_TARGET}" != "" ]]; then
113 git clone git://git.qemu.org/qemu.git /tmp/qemu;
114 pushd /tmp/qemu;
115 git submodule update --init dtc &&
984a1feb 116 git checkout ${QEMU_VERSION} &&
3c643fb0
TR
117 ./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} &&
118 make -j4 all install;
119 popd;
120 fi
c7cb334d 121
091b48e0
BM
122 # Build GRUB UEFI targets
123 - if [[ "${QEMU_TARGET}" == "arm-softmmu" ]]; then
124 git clone git://git.savannah.gnu.org/grub.git /tmp/grub &&
125 pushd /tmp/grub &&
126 git checkout grub-2.04 &&
127 ./bootstrap &&
128 ./configure --target=arm --with-platform=efi
129 CC=gcc
ddd4d992
BM
130 TARGET_CC=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc
131 TARGET_OBJCOPY=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-objcopy
132 TARGET_STRIP=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-strip
133 TARGET_NM=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-nm
134 TARGET_RANLIB=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ranlib &&
091b48e0
BM
135 make -j4 &&
136 ./grub-mkimage -O arm-efi -o ~/grub_arm.efi --prefix= -d
137 grub-core cat chain configfile echo efinet ext2 fat halt help linux
138 lsefisystab loadenv lvm minicmd normal part_msdos part_gpt reboot
139 search search_fs_file search_fs_uuid search_label serial sleep test
140 true &&
141 popd;
142 fi
143 - if [[ "${QEMU_TARGET}" == "aarch64-softmmu" ]]; then
144 git clone git://git.savannah.gnu.org/grub.git /tmp/grub &&
145 pushd /tmp/grub &&
146 git checkout grub-2.04 &&
147 ./bootstrap &&
148 ./configure --target=aarch64 --with-platform=efi
149 CC=gcc
ddd4d992
BM
150 TARGET_CC=~/.buildman-toolchains/gcc-9.2.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc
151 TARGET_OBJCOPY=~/.buildman-toolchains/gcc-9.2.0-nolibc/aarch64-linux/bin/aarch64-linux-objcopy
152 TARGET_STRIP=~/.buildman-toolchains/gcc-9.2.0-nolibc/aarch64-linux/bin/aarch64-linux-strip
153 TARGET_NM=~/.buildman-toolchains/gcc-9.2.0-nolibc/aarch64-linux/bin/aarch64-linux-nm
154 TARGET_RANLIB=~/.buildman-toolchains/gcc-9.2.0-nolibc/aarch64-linux/bin/aarch64-linux-ranlib &&
091b48e0
BM
155 make -j4 &&
156 ./grub-mkimage -O arm64-efi -o ~/grub_arm64.efi --prefix= -d
157 grub-core cat chain configfile echo efinet ext2 fat halt help linux
158 lsefisystab loadenv lvm minicmd normal part_msdos part_gpt reboot
159 search search_fs_file search_fs_uuid search_label serial sleep test
160 true &&
161 popd;
162 fi
9eed8cdd
BM
163 - if [[ "${QEMU_TARGET}" == "riscv32-softmmu" ]]; then
164 git clone git://git.savannah.gnu.org/grub.git /tmp/grub &&
165 pushd /tmp/grub &&
166 git checkout grub-2.04 &&
167 ./bootstrap &&
168 ./configure --target=riscv32 --with-platform=efi
169 CC=gcc
ddd4d992
BM
170 TARGET_CC=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv32-linux/bin/riscv32-linux-gcc
171 TARGET_OBJCOPY=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv32-linux/bin/riscv32-linux-objcopy
172 TARGET_STRIP=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv32-linux/bin/riscv32-linux-strip
173 TARGET_NM=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv32-linux/bin/riscv32-linux-nm
174 TARGET_RANLIB=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv32-linux/bin/riscv32-linux-ranlib &&
9eed8cdd
BM
175 make -j4 &&
176 ./grub-mkimage -O riscv32-efi -o ~/grub_riscv32.efi --prefix= -d
177 grub-core cat chain configfile echo efinet ext2 fat halt help linux
178 lsefisystab loadenv lvm minicmd normal part_msdos part_gpt reboot
179 search search_fs_file search_fs_uuid search_label serial sleep test
180 true &&
181 popd;
182 fi
183 - if [[ "${QEMU_TARGET}" == "riscv64-softmmu" ]]; then
184 git clone git://git.savannah.gnu.org/grub.git /tmp/grub &&
185 pushd /tmp/grub &&
186 git checkout grub-2.04 &&
187 ./bootstrap &&
188 ./configure --target=riscv64 --with-platform=efi
189 CC=gcc
ddd4d992
BM
190 TARGET_CC=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv64-linux/bin/riscv64-linux-gcc
191 TARGET_OBJCOPY=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv64-linux/bin/riscv64-linux-objcopy
192 TARGET_STRIP=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv64-linux/bin/riscv64-linux-strip
193 TARGET_NM=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv64-linux/bin/riscv64-linux-nm
194 TARGET_RANLIB=~/.buildman-toolchains/gcc-9.2.0-nolibc/riscv64-linux/bin/riscv64-linux-ranlib &&
9eed8cdd
BM
195 make -j4 &&
196 ./grub-mkimage -O riscv64-efi -o ~/grub_riscv64.efi --prefix= -d
197 grub-core cat chain configfile echo efinet ext2 fat halt help linux
198 lsefisystab loadenv lvm minicmd normal part_msdos part_gpt reboot
199 search search_fs_file search_fs_uuid search_label serial sleep test
200 true &&
201 popd;
202 fi
49fb28a4
BM
203 - if [[ "${TEST_PY_BD}" == "qemu-riscv32_spl" ]]; then
204 wget -O - https://github.com/riscv/opensbi/releases/download/v0.6/opensbi-0.6-rv32-bin.tar.xz | tar -C /tmp -xJ;
205 export OPENSBI=/tmp/opensbi-0.6-rv32-bin/platform/qemu/virt/firmware/fw_dynamic.bin;
206 fi
207 - if [[ "${TEST_PY_BD}" == "qemu-riscv64_spl" ]]; then
208 wget -O - https://github.com/riscv/opensbi/releases/download/v0.6/opensbi-0.6-rv64-bin.tar.xz | tar -C /tmp -xJ;
209 export OPENSBI=/tmp/opensbi-0.6-rv64-bin/platform/qemu/virt/firmware/fw_dynamic.bin;
210 fi
091b48e0 211
c7cb334d 212script:
8304f053
SW
213 # Comments must be outside the command strings below, or the Travis parser
214 # will get confused.
215 #
dd5c954e
SG
216 # If we've been asked to use clang only do one configuration.
217 #
e7c05b1f 218 # Build a selection of boards if TEST_PY_BD is empty
573605d4 219 - if [[ "${BUILDMAN}" != "" ]]; then
08140dba
SG
220 ret=0
221 tools/buildman/buildman -P -E -W ${BUILDMAN} ${OVERRIDE} || ret=$?;
dd5c954e 222 if [[ $ret -ne 0 ]]; then
b52f5a19 223 tools/buildman/buildman -seP ${BUILDMAN};
0c5145fc
SW
224 exit $ret;
225 fi;
050c7569 226 fi
e7c05b1f 227 # Build just the one board needed for testing, if TEST_PY_BD is non-empty
4080d097 228 # Note: "${var:+"-k $var"}" expands to "" if $var is empty, "-k $var" if not
f08c8ef9 229 - if [[ "${TEST_PY_BD}" != "" ]]; then
e7c05b1f 230 export UBOOT_TRAVIS_BUILD_DIR=`cd .. && pwd`/${TEST_PY_BD};
f08c8ef9
SG
231 cp ~/grub_x86.efi $UBOOT_TRAVIS_BUILD_DIR/;
232 cp ~/grub_x64.efi $UBOOT_TRAVIS_BUILD_DIR/;
233 if [[ -e ~/grub_arm.efi ]]; then
234 cp ~/grub_arm.efi $UBOOT_TRAVIS_BUILD_DIR/;
235 fi;
236 if [[ -e ~/grub_arm64.efi ]]; then
237 cp ~/grub_arm64.efi $UBOOT_TRAVIS_BUILD_DIR/;
238 fi;
239 if [[ -e ~/grub_riscv32.efi ]]; then
240 cp ~/grub_riscv32.efi $UBOOT_TRAVIS_BUILD_DIR/;
241 fi;
242 if [[ -e ~/grub_riscv64.efi ]]; then
243 cp ~/grub_riscv64.efi $UBOOT_TRAVIS_BUILD_DIR/;
244 fi;
7ec1255c
SG
245 tools/buildman/buildman -o ${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e
246 --board ${TEST_PY_BD} ${OVERRIDE} || exit;
085b8978
TR
247 virtualenv -p /usr/bin/python3 /tmp/venv;
248 . /tmp/venv/bin/activate;
249 pip install -r test/py/requirements.txt;
250 ./test/py/test.py --bd ${TEST_PY_BD} ${TEST_PY_ID}
4080d097 251 ${TEST_PY_TEST_SPEC:+"-k ${TEST_PY_TEST_SPEC}"}
cec1e856 252 --build-dir "$UBOOT_TRAVIS_BUILD_DIR" || exit;
26a426a1
TR
253 if [[ -n "${TEST_PY_TOOLS}" ]]; then
254 export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt";
255 export PATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}";
256 ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test &&
257 ./tools/patman/patman --test &&
258 ./tools/buildman/buildman -t &&
7261833f
TR
259 ./tools/dtoc/dtoc -t &&
260 make testconfig;
26a426a1 261 fi;
8304f053 262 fi
c7cb334d
MR
263
264matrix:
265 include:
266 # we need to build by vendor due to 50min time limit for builds
267 # each env setting here is a dedicated build
a032e0a6
SW
268 - name: "buildman arc"
269 env:
80e4bbfc
AB
270 - BUILDMAN="arc"
271 TOOLCHAIN="arc"
a032e0a6
SW
272 - name: "buildman arm11 arm7 arm920t arm946es"
273 env:
dca268a8 274 - BUILDMAN="arm11 arm7 arm920t arm946es"
72522749 275 - name: "buildman arm926ejs (non-NXP,siemens,at91,kirkwood,spear)"
a032e0a6 276 env:
baade496 277 - JOB="arm926ejs"
72522749
EH
278 BUILDMAN="arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap"
279 - name: "buildman at91 (non arm v7)"
a032e0a6 280 env:
72522749
EH
281 - BUILDMAN="at91 -x armv7"
282 - name: "buildman at91 (non arm926ejs)"
283 env:
284 - BUILDMAN="at91 -x arm926ejs"
a032e0a6
SW
285 - name: "buildman boundary engicam toradex"
286 env:
287 - BUILDMAN="boundary engicam toradex"
7a779ed1 288 - name: "buildman ARM bcm"
50aeb3ae 289 env:
7a779ed1 290 - BUILDMAN="bcm -x mips"
af771625 291 - name: "buildman NXP ARM32 (catch-all)"
a032e0a6 292 env:
af771625
HS
293 - BUILDMAN="freescale -x powerpc,m68k,aarch64,ls101,ls102,ls104,ls108,ls20,lx216"
294 - name: "buildman NXP LS101x"
a032e0a6 295 env:
af771625
HS
296 - BUILDMAN="freescale&ls101"
297 - name: "buildman NXP LS102x"
5845ac12 298 env:
af771625
HS
299 - BUILDMAN="freescale&ls102"
300 - name: "buildman NXP LS104x"
818408e2 301 env:
af771625
HS
302 - BUILDMAN="freescale&ls104"
303 - name: "buildman NXP LS108x"
aa132612 304 env:
af771625
HS
305 - BUILDMAN="freescale&ls108"
306 - name: "buildman NXP LS20xx"
aa132612 307 env:
af771625
HS
308 - BUILDMAN="freescale&ls20"
309 - name: "buildman NXP LX216x"
5845ac12 310 env:
af771625 311 - BUILDMAN="freescale&lx216"
984c0051 312 - name: "buildman i.MX6 tqc"
a032e0a6 313 env:
984c0051
TR
314 - BUILDMAN="mx6&tqc"
315 - name: "buildman i.MX6 (catch-all)"
a032e0a6 316 env:
984c0051
TR
317 - BUILDMAN="mx6 -x boundary,engicam,freescale,technexion,toradex,tqc"
318 - name: "buildman i.MX (non-i.MX6 catch-all)"
319 env:
320 - BUILDMAN="mx -x freescale,mx6,toradex,technexion"
548aefa5 321 - name: "buildman keystone 2/3"
a032e0a6 322 env:
548aefa5 323 - BUILDMAN="k2 k3"
a032e0a6
SW
324 - name: "buildman samsung socfpga"
325 env:
dca268a8 326 - BUILDMAN="samsung socfpga"
818408e2
TR
327 - name: "buildman spear"
328 env:
329 - BUILDMAN="spear"
a032e0a6
SW
330 - name: "buildman sun4i"
331 env:
baade496 332 - BUILDMAN="sun4i"
a032e0a6
SW
333 - name: "buildman sun5i"
334 env:
baade496 335 - BUILDMAN="sun5i"
a032e0a6
SW
336 - name: "buildman sun6i"
337 env:
baade496 338 - BUILDMAN="sun6i"
b5ddd070 339 - name: "buildman sun7i"
a032e0a6 340 env:
baade496 341 - BUILDMAN="sun7i"
95b22154 342 - name: "buildman 64bit sun8i"
a032e0a6 343 env:
56d35f2e 344 - BUILDMAN="sun8i&aarch64 -x orangepi"
95b22154
TR
345 - name: "buildman 32bit sun8i"
346 env:
56d35f2e 347 - BUILDMAN="sun8i&armv7 -x orangepi"
a032e0a6
SW
348 - name: "buildman sun9i"
349 env:
baade496 350 - BUILDMAN="sun9i"
a032e0a6
SW
351 - name: "buildman sun50i"
352 env:
56d35f2e 353 - BUILDMAN="sun50i -x orangepi"
a032e0a6
SW
354 - name: "buildman catch-all ARM"
355 env:
2d4cd12d 356 - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rk,toradex,socfpga,k2,k3,zynq"
a032e0a6
SW
357 - name: "buildman sandbox x86"
358 env:
050c7569 359 - BUILDMAN="sandbox x86"
0533fb8b 360 TOOLCHAIN="i386"
984c0051
TR
361 - name: "buildman technexion"
362 env:
363 - BUILDMAN="technexion"
b684d403 364 - name: "buildman kirkwood"
a032e0a6 365 env:
b684d403 366 - BUILDMAN="kirkwood"
a032e0a6
SW
367 - name: "buildman mvebu"
368 env:
0bf1bc44 369 - BUILDMAN="mvebu"
a032e0a6
SW
370 - name: "buildman m68k"
371 env:
050c7569
RM
372 - BUILDMAN="m68k"
373 TOOLCHAIN="m68k"
a032e0a6
SW
374 - name: "buildman microblaze"
375 env:
0d3aaa35 376 - BUILDMAN="microblaze"
76761e7f 377 TOOLCHAIN="microblaze"
a032e0a6
SW
378 - name: "buildman mips"
379 env:
050c7569
RM
380 - BUILDMAN="mips"
381 TOOLCHAIN="mips"
a032e0a6
SW
382 - name: "buildman non-Freescale PowerPC"
383 env:
384 - BUILDMAN="powerpc -x freescale"
4c58d273 385 TOOLCHAIN="powerpc"
a032e0a6
SW
386 - name: "buildman mpc85xx&freescale (excluding many)"
387 env:
dca268a8 388 - BUILDMAN="mpc85xx&freescale -x t208xrdb -x t4qds -x t102* -x p1_p2_rdb_pc -x p1010rdb -x corenet_ds -x b4860qds -x bsc91*"
4c58d273 389 TOOLCHAIN="powerpc"
a032e0a6
SW
390 - name: "buildman t208xrdb corenet_ds"
391 env:
dca268a8 392 - BUILDMAN="t208xrdb corenet_ds"
4c58d273 393 TOOLCHAIN="powerpc"
a032e0a6
SW
394 - name: "buildman Freescale PowerPC"
395 env:
dca268a8 396 - BUILDMAN="t4qds b4860qds mpc83xx&freescale mpc86xx&freescale"
4c58d273 397 TOOLCHAIN="powerpc"
a032e0a6
SW
398 - name: "buildman t102*"
399 env:
9464dd56 400 - BUILDMAN="t102*"
4c58d273 401 TOOLCHAIN="powerpc"
a032e0a6
SW
402 - name: "buildman p1_p2_rdb_pc"
403 env:
afdf09ac 404 - BUILDMAN="p1_p2_rdb_pc"
4c58d273 405 TOOLCHAIN="powerpc"
a032e0a6
SW
406 - name: "buildman p1010rdb bsc91"
407 env:
dca268a8 408 - BUILDMAN="p1010rdb bsc91"
4c58d273 409 TOOLCHAIN="powerpc"
a032e0a6
SW
410 - name: "buildman siemens"
411 env:
050c7569 412 - BUILDMAN="siemens"
a032e0a6
SW
413 - name: "buildman tegra"
414 env:
415 - BUILDMAN="tegra -x toradex"
416 - name: "buildman am33xx (no siemens)"
417 env:
418 - BUILDMAN="am33xx -x siemens"
419 - name: "buildman omap"
420 env:
dca268a8 421 - BUILDMAN="omap"
56d35f2e
HS
422 - name: "buildman orangepi"
423 env:
424 - BUILDMAN="orangepi"
a032e0a6
SW
425 - name: "buildman uniphier"
426 env:
5eba31c3 427 - BUILDMAN="uniphier"
a032e0a6
SW
428 - name: "buildman catch-all AArch64"
429 env:
2d4cd12d 430 - BUILDMAN="aarch64 -x bcm,k3,tegra,ls1,ls2,lx216,mvebu,uniphier,sunxi,samsung,socfpga,rk,versal,zynq"
a032e0a6
SW
431 - name: "buildman rockchip"
432 env:
2d4cd12d 433 - BUILDMAN="rk -x orangepi"
a032e0a6
SW
434 - name: "buildman sh"
435 env:
436 - BUILDMAN="sh -x arm"
4c58d273 437 TOOLCHAIN="sh"
568356d8 438 - name: "buildman Zynq* (ARMv7)"
a032e0a6 439 env:
568356d8
TR
440 - BUILDMAN="zynq&armv7"
441 - name: "buildman ZynqMP and Versal"
442 env:
443 - BUILDMAN="versal|zynqmp&aarch64"
a032e0a6
SW
444 - name: "buildman xtensa"
445 env:
76761e7f 446 - BUILDMAN="xtensa"
b6f3a12e 447 TOOLCHAIN="xtensa-dc233c-elf"
a032e0a6
SW
448 - name: "buildman riscv"
449 env:
b6896fcb
RC
450 - BUILDMAN="riscv"
451 TOOLCHAIN="riscv"
f715ed45
RC
452 - name: "buildman nds32"
453 env:
454 - BUILDMAN="nds32"
455 TOOLCHAIN="nds32"
c7cb334d
MR
456
457 # QA jobs for code analytics
458 # static code analysis with cppcheck (we can add --enable=all later)
a032e0a6 459 - name: "cppcheck"
d7882210 460 script:
4ee7f527 461 - cppcheck -j$(nproc) --force --quiet --inline-suppr .
bb9a76ea
HS
462 # build HTML documentation
463 - name: "htmldocs"
464 script:
465 - make htmldocs
c7cb334d 466 # search for TODO within source tree
a032e0a6 467 - name: "grep TODO"
d7882210 468 script:
c85b52e4 469 - grep -r TODO .
c7cb334d 470 # search for FIXME within source tree
a032e0a6 471 - name: "grep FIXME HACK"
d7882210 472 script:
c85b52e4 473 - grep -r FIXME .
c7cb334d 474 # search for HACK within source tree and ignore HACKKIT board
c7cb334d
MR
475 script:
476 - grep -r HACK . | grep -v HACKKIT
477 # some statistics about the code base
a032e0a6 478 - name: "sloccount"
d7882210 479 script:
c85b52e4 480 - sloccount .
ee168783
TR
481 # ensure all configs have MAINTAINERS entries
482 - name: "Check for configs without MAINTAINERS entry"
483 script:
484 - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
80870e2a
OS
485 # Ensure host tools build
486 - name: "Build tools-only"
487 script:
488 - make tools-only_config tools-only -j$(nproc)
1f3910da
PJT
489 # Ensure env tools build
490 - name: "Build envtools"
491 script:
492 - make tools-only_config envtools -j$(nproc)
8304f053 493
07bf2122 494 # test/py
a032e0a6
SW
495 - name: "test/py sandbox"
496 env:
8304f053 497 - TEST_PY_BD="sandbox"
0533fb8b 498 TOOLCHAIN="i386"
4030f166
TR
499 - name: "test/py sandbox with clang"
500 env:
501 - TEST_PY_BD="sandbox"
626b0389 502 OVERRIDE="-O clang-7"
a032e0a6
SW
503 - name: "test/py sandbox_spl"
504 env:
40c8d26a 505 - TEST_PY_BD="sandbox_spl"
e28e9db6 506 TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff"
0533fb8b 507 TOOLCHAIN="i386"
f2d07788 508 TEST_PY_TOOLS="yes"
a032e0a6
SW
509 - name: "test/py sandbox_flattree"
510 env:
40c8d26a 511 - TEST_PY_BD="sandbox_flattree"
0533fb8b 512 TOOLCHAIN="i386"
998dc83a
JS
513 - name: "test/py evb-ast2500"
514 env:
515 - TEST_PY_BD="evb-ast2500"
516 TEST_PY_ID="--id qemu"
517 QEMU_TARGET="arm-softmmu"
a032e0a6
SW
518 - name: "test/py vexpress_ca15_tc2"
519 env:
8304f053
SW
520 - TEST_PY_BD="vexpress_ca15_tc2"
521 TEST_PY_ID="--id qemu"
3c643fb0 522 QEMU_TARGET="arm-softmmu"
a032e0a6
SW
523 - name: "test/py vexpress_ca9x4"
524 env:
8304f053
SW
525 - TEST_PY_BD="vexpress_ca9x4"
526 TEST_PY_ID="--id qemu"
3c643fb0 527 QEMU_TARGET="arm-softmmu"
a032e0a6
SW
528 - name: "test/py integratorcp_cm926ejs"
529 env:
8304f053 530 - TEST_PY_BD="integratorcp_cm926ejs"
78992845 531 TEST_PY_TEST_SPEC="not sleep"
8304f053 532 TEST_PY_ID="--id qemu"
3c643fb0 533 QEMU_TARGET="arm-softmmu"
a032e0a6
SW
534 - name: "test/py qemu_arm"
535 env:
7b09dffc
TT
536 - TEST_PY_BD="qemu_arm"
537 TEST_PY_TEST_SPEC="not sleep"
538 QEMU_TARGET="arm-softmmu"
a032e0a6
SW
539 - name: "test/py qemu_arm64"
540 env:
a5bee507
TT
541 - TEST_PY_BD="qemu_arm64"
542 TEST_PY_TEST_SPEC="not sleep"
543 QEMU_TARGET="aarch64-softmmu"
a032e0a6
SW
544 - name: "test/py qemu_mips"
545 env:
8304f053
SW
546 - TEST_PY_BD="qemu_mips"
547 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 548 QEMU_TARGET="mips-softmmu"
8304f053 549 TOOLCHAIN="mips"
a032e0a6
SW
550 - name: "test/py qemu_mipsel"
551 env:
8304f053
SW
552 - TEST_PY_BD="qemu_mipsel"
553 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 554 QEMU_TARGET="mipsel-softmmu"
8304f053 555 TOOLCHAIN="mips"
a032e0a6
SW
556 - name: "test/py qemu_mips64"
557 env:
8304f053
SW
558 - TEST_PY_BD="qemu_mips64"
559 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 560 QEMU_TARGET="mips64-softmmu"
8304f053 561 TOOLCHAIN="mips"
a032e0a6
SW
562 - name: "test/py qemu_mips64el"
563 env:
8304f053
SW
564 - TEST_PY_BD="qemu_mips64el"
565 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 566 QEMU_TARGET="mips64el-softmmu"
8304f053 567 TOOLCHAIN="mips"
a032e0a6
SW
568 - name: "test/py qemu-ppce500"
569 env:
8304f053
SW
570 - TEST_PY_BD="qemu-ppce500"
571 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 572 QEMU_TARGET="ppc-softmmu"
4c58d273 573 TOOLCHAIN="powerpc"
a379d330
BM
574 - name: "test/py qemu-riscv32"
575 env:
576 - TEST_PY_BD="qemu-riscv32"
577 TEST_PY_TEST_SPEC="not sleep"
578 QEMU_TARGET="riscv32-softmmu"
a379d330 579 TOOLCHAIN="riscv"
22c7b7d6
HS
580 - name: "test/py qemu-riscv64"
581 env:
582 - TEST_PY_BD="qemu-riscv64"
583 TEST_PY_TEST_SPEC="not sleep"
584 QEMU_TARGET="riscv64-softmmu"
22c7b7d6 585 TOOLCHAIN="riscv"
49fb28a4
BM
586 - name: "test/py qemu-riscv32_spl"
587 env:
588 - TEST_PY_BD="qemu-riscv32_spl"
589 TEST_PY_TEST_SPEC="not sleep"
590 QEMU_TARGET="riscv32-softmmu"
49fb28a4
BM
591 TOOLCHAIN="riscv"
592 - name: "test/py qemu-riscv64_spl"
593 env:
594 - TEST_PY_BD="qemu-riscv64_spl"
595 TEST_PY_TEST_SPEC="not sleep"
596 QEMU_TARGET="riscv64-softmmu"
49fb28a4 597 TOOLCHAIN="riscv"
a032e0a6
SW
598 - name: "test/py qemu-x86"
599 env:
8304f053
SW
600 - TEST_PY_BD="qemu-x86"
601 TEST_PY_TEST_SPEC="not sleep"
3c643fb0 602 QEMU_TARGET="i386-softmmu"
0533fb8b 603 TOOLCHAIN="i386"
8304f053 604 BUILD_ROM="yes"
3fdfca7a
BM
605 - name: "test/py qemu-x86_64"
606 env:
607 - TEST_PY_BD="qemu-x86_64"
608 TEST_PY_TEST_SPEC="not sleep"
609 QEMU_TARGET="x86_64-softmmu"
3fdfca7a
BM
610 TOOLCHAIN="i386"
611 BUILD_ROM="yes"
f7c6ee7f 612 - name: "test/py xilinx_zynq_virt"
a032e0a6 613 env:
f7c6ee7f 614 - TEST_PY_BD="xilinx_zynq_virt"
41122d37
MS
615 TEST_PY_TEST_SPEC="not sleep"
616 QEMU_TARGET="arm-softmmu"
617 TEST_PY_ID="--id qemu"
d9eaae3b
MS
618 - name: "test/py xilinx_versal_virt"
619 env:
620 - TEST_PY_BD="xilinx_versal_virt"
621 TEST_PY_TEST_SPEC="not sleep"
622 QEMU_TARGET="aarch64-softmmu"
623 TEST_PY_ID="--id qemu"
a032e0a6
SW
624 - name: "test/py xtfpga"
625 env:
4d690094
MF
626 - TEST_PY_BD="xtfpga"
627 TEST_PY_TEST_SPEC="not sleep"
628 QEMU_TARGET="xtensa-softmmu"
629 TEST_PY_ID="--id qemu"
4d690094 630 TOOLCHAIN="xtensa-dc233c-elf"
c7cb334d 631
c7cb334d 632# TODO make it perfect ;-r