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