blob: 1954eaa8b14da414c3814417321beb9c11669df2 [file] [log] [blame]
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +01001# Configuration for Gitlab-CI.
2# Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
3# The .gitlab-ci.yml file is generated from .gitlab-ci.yml.in.
4# It needs to be regenerated every time a defconfig is added, using
5# "make .gitlab-ci.yml".
6
7image: debian:stable
8
9before_script:
10 - dpkg --add-architecture i386
11 # The container has no package lists, so need to update first
12 - apt-get update -qq
13 - apt-get install -y -qq --no-install-recommends
14 build-essential locales bc ca-certificates file rsync
15 git bzr cvs mercurial subversion libc6:i386 unzip wget cpio
16 # To be able to generate a toolchain with locales, enable one UTF-8 locale
17 - sed -i 's/# \(en_US.UTF-8\)/\1/' /etc/locale.gen
18 - /usr/sbin/locale-gen
19
20.defconfig_script: &defconfig_script
21 - echo 'Configure Buildroot'
22 - make ${CI_BUILD_NAME}
23 - echo 'Build buildroot'
24 - |
25 make > >(tee build.log |grep '>>>') 2>&1 || {
26 echo 'Failed build last output'
27 tail -200 build.log
28 exit 1
29 }
30
31check-gitlab-ci.yml:
32 script:
33 - mv .gitlab-ci.yml .gitlab-ci.yml.orig
34 - make .gitlab-ci.yml
35 - diff -u .gitlab-ci.yml.orig .gitlab-ci.yml
36
37.defconfig: &defconfig
38 # Running the defconfigs for every push is too much, so limit to
39 # explicit triggers through the API.
40 only:
41 - triggers
42 - tags
43 script: *defconfig_script
44 artifacts:
45 when: always
46 expire_in: 2 weeks
47 paths:
48 - build.log
49 - output/images/
50 - output/build/build-time.log
51 - output/build/packages-file-list.txt
52
53acmesystems_aria_g25_128mb_defconfig: *defconfig
54acmesystems_aria_g25_256mb_defconfig: *defconfig
55acmesystems_arietta_g25_128mb_defconfig: *defconfig
56acmesystems_arietta_g25_256mb_defconfig: *defconfig
57arcturus_ucp1020_defconfig: *defconfig
58arm_foundationv8_defconfig: *defconfig
59arm_juno_defconfig: *defconfig
60armadeus_apf27_defconfig: *defconfig
61armadeus_apf28_defconfig: *defconfig
62armadeus_apf51_defconfig: *defconfig
63armadeus_apf9328_defconfig: *defconfig
64at91sam9260eknf_defconfig: *defconfig
65at91sam9g20dfc_defconfig: *defconfig
66at91sam9g45m10ek_defconfig: *defconfig
67at91sam9rlek_defconfig: *defconfig
68at91sam9x5ek_defconfig: *defconfig
Ludovic Desrochesece884a2016-11-03 15:08:38 +010069at91sam9x5ek_dev_defconfig: *defconfig
70at91sam9x5ek_mmc_defconfig: *defconfig
71at91sam9x5ek_mmc_dev_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010072atmel_sama5d2_xplained_mmc_defconfig: *defconfig
73atmel_sama5d2_xplained_mmc_dev_defconfig: *defconfig
74atmel_sama5d3_xplained_defconfig: *defconfig
75atmel_sama5d3_xplained_dev_defconfig: *defconfig
76atmel_sama5d3_xplained_mmc_defconfig: *defconfig
77atmel_sama5d3_xplained_mmc_dev_defconfig: *defconfig
78atmel_sama5d3xek_defconfig: *defconfig
79atmel_sama5d4_xplained_defconfig: *defconfig
80atmel_sama5d4_xplained_dev_defconfig: *defconfig
81atmel_sama5d4_xplained_mmc_defconfig: *defconfig
82atmel_sama5d4_xplained_mmc_dev_defconfig: *defconfig
Jörg Krause0ad10672017-01-13 19:54:24 +010083bananapro_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010084beagleboardx15_defconfig: *defconfig
85beaglebone_defconfig: *defconfig
86beaglebone_qt5_defconfig: *defconfig
87chromebook_snow_defconfig: *defconfig
88ci20_defconfig: *defconfig
89cubieboard2_defconfig: *defconfig
90firefly_rk3288_defconfig: *defconfig
91firefly_rk3288_demo_defconfig: *defconfig
92freescale_imx28evk_defconfig: *defconfig
93freescale_imx31_3stack_defconfig: *defconfig
94freescale_imx6dlsabreauto_defconfig: *defconfig
95freescale_imx6dlsabresd_defconfig: *defconfig
96freescale_imx6qsabreauto_defconfig: *defconfig
97freescale_imx6qsabresd_defconfig: *defconfig
98freescale_imx6sololiteevk_defconfig: *defconfig
99freescale_imx6sxsabresd_defconfig: *defconfig
100freescale_imx6ulevk_defconfig: *defconfig
101freescale_imx7dsabresd_defconfig: *defconfig
102freescale_mpc8315erdb_defconfig: *defconfig
103freescale_p1010rdb_pa_defconfig: *defconfig
104galileo_defconfig: *defconfig
105gdb_bfin_bf512_defconfig: *defconfig
106grinn_chiliboard_defconfig: *defconfig
107grinn_liteboard_defconfig: *defconfig
108imx23evk_defconfig: *defconfig
109imx6q-sabresd_defconfig: *defconfig
110imx6ulpico_defconfig: *defconfig
111lego_ev3_defconfig: *defconfig
112linksprite_pcduino_defconfig: *defconfig
113minnowboard_max-graphical_defconfig: *defconfig
114minnowboard_max_defconfig: *defconfig
115mx25pdk_defconfig: *defconfig
116mx51evk_defconfig: *defconfig
117mx53loco_defconfig: *defconfig
118mx6cubox_defconfig: *defconfig
119mx6sx_udoo_neo_defconfig: *defconfig
120mx6udoo_defconfig: *defconfig
121nanopi_neo_defconfig: *defconfig
122nexbox_a95x_defconfig: *defconfig
123nitrogen6sx_defconfig: *defconfig
124nitrogen6x_defconfig: *defconfig
125nitrogen7_defconfig: *defconfig
126odroidc2_defconfig: *defconfig
127olimex_a20_olinuxino_lime2_defconfig: *defconfig
128olimex_a20_olinuxino_lime_defconfig: *defconfig
129olimex_a20_olinuxino_lime_mali_defconfig: *defconfig
130olimex_a20_olinuxino_micro_defconfig: *defconfig
131olimex_imx233_olinuxino_defconfig: *defconfig
132openblocks_a6_defconfig: *defconfig
133orangepi_one_defconfig: *defconfig
134orangepi_pc_defconfig: *defconfig
135pandaboard_defconfig: *defconfig
136pc_x86_64_bios_defconfig: *defconfig
137pc_x86_64_efi_defconfig: *defconfig
138qemu_aarch64_virt_defconfig: *defconfig
139qemu_arm_versatile_defconfig: *defconfig
140qemu_arm_versatile_nommu_defconfig: *defconfig
141qemu_arm_vexpress_defconfig: *defconfig
142qemu_m68k_mcf5208_defconfig: *defconfig
143qemu_m68k_q800_defconfig: *defconfig
144qemu_microblazebe_mmu_defconfig: *defconfig
145qemu_microblazeel_mmu_defconfig: *defconfig
146qemu_mips32r2_malta_defconfig: *defconfig
147qemu_mips32r2el_malta_defconfig: *defconfig
148qemu_mips32r6_malta_defconfig: *defconfig
149qemu_mips32r6el_malta_defconfig: *defconfig
150qemu_mips64_malta_defconfig: *defconfig
151qemu_mips64el_malta_defconfig: *defconfig
152qemu_mips64r6_malta_defconfig: *defconfig
153qemu_mips64r6el_malta_defconfig: *defconfig
154qemu_nios2_10m50_defconfig: *defconfig
155qemu_or1k_defconfig: *defconfig
156qemu_ppc64_pseries_defconfig: *defconfig
157qemu_ppc_g3beige_defconfig: *defconfig
158qemu_ppc_mpc8544ds_defconfig: *defconfig
159qemu_ppc_virtex_ml507_defconfig: *defconfig
160qemu_sh4_r2d_defconfig: *defconfig
161qemu_sh4eb_r2d_defconfig: *defconfig
162qemu_sparc64_sun4u_defconfig: *defconfig
163qemu_sparc_ss10_defconfig: *defconfig
164qemu_x86_64_defconfig: *defconfig
165qemu_x86_defconfig: *defconfig
166qemu_xtensa_lx60_defconfig: *defconfig
167qemu_xtensa_lx60_nommu_defconfig: *defconfig
168raspberrypi0_defconfig: *defconfig
169raspberrypi2_defconfig: *defconfig
170raspberrypi3_defconfig: *defconfig
171raspberrypi_defconfig: *defconfig
172riotboard_defconfig: *defconfig
173roseapplepi_defconfig: *defconfig
174s6lx9_microboard_defconfig: *defconfig
175sheevaplug_defconfig: *defconfig
176snps_aarch64_vdk_defconfig: *defconfig
177snps_archs38_vdk_defconfig: *defconfig
178snps_archs38_zebu_defconfig: *defconfig
179snps_axs101_defconfig: *defconfig
180snps_axs103_defconfig: *defconfig
181stm32f429_disco_defconfig: *defconfig
182stm32f469_disco_defconfig: *defconfig
183telit_evk_pro3_defconfig: *defconfig
184toradex_apalis_imx6_defconfig: *defconfig
185ts4800_defconfig: *defconfig
186ts4900_defconfig: *defconfig
187ts5x00_defconfig: *defconfig
188wandboard_defconfig: *defconfig
189warp7_defconfig: *defconfig
190warpboard_defconfig: *defconfig
191zynq_microzed_defconfig: *defconfig
192zynq_zc706_defconfig: *defconfig
193zynq_zed_defconfig: *defconfig
194zynq_zybo_defconfig: *defconfig