blob: 45c9b87c2ace9a2a07c4b689d0253a25ddf0b44b [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
Arnout Vandecappelle512a0832017-03-10 13:35:58 +010014 build-essential locales bc ca-certificates file rsync gcc-multilib
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010015 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
Thomas Petazzoni6520c062017-05-07 13:42:12 +020089ci40_defconfig: *defconfig
Guo Ren6a4131d2017-03-06 19:52:32 +080090csky_gx6605s_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010091cubieboard2_defconfig: *defconfig
Thomas Petazzoni5c4ff9f2017-06-12 23:17:11 +020092engicam_imx6q_icore_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +010093firefly_rk3288_defconfig: *defconfig
94firefly_rk3288_demo_defconfig: *defconfig
95freescale_imx28evk_defconfig: *defconfig
96freescale_imx31_3stack_defconfig: *defconfig
97freescale_imx6dlsabreauto_defconfig: *defconfig
98freescale_imx6dlsabresd_defconfig: *defconfig
99freescale_imx6qsabreauto_defconfig: *defconfig
100freescale_imx6qsabresd_defconfig: *defconfig
101freescale_imx6sololiteevk_defconfig: *defconfig
102freescale_imx6sxsabresd_defconfig: *defconfig
103freescale_imx6ulevk_defconfig: *defconfig
104freescale_imx7dsabresd_defconfig: *defconfig
105freescale_mpc8315erdb_defconfig: *defconfig
106freescale_p1010rdb_pa_defconfig: *defconfig
107galileo_defconfig: *defconfig
108gdb_bfin_bf512_defconfig: *defconfig
109grinn_chiliboard_defconfig: *defconfig
110grinn_liteboard_defconfig: *defconfig
111imx23evk_defconfig: *defconfig
112imx6q-sabresd_defconfig: *defconfig
113imx6ulpico_defconfig: *defconfig
114lego_ev3_defconfig: *defconfig
115linksprite_pcduino_defconfig: *defconfig
116minnowboard_max-graphical_defconfig: *defconfig
117minnowboard_max_defconfig: *defconfig
118mx25pdk_defconfig: *defconfig
119mx51evk_defconfig: *defconfig
120mx53loco_defconfig: *defconfig
121mx6cubox_defconfig: *defconfig
122mx6sx_udoo_neo_defconfig: *defconfig
123mx6udoo_defconfig: *defconfig
124nanopi_neo_defconfig: *defconfig
125nexbox_a95x_defconfig: *defconfig
126nitrogen6sx_defconfig: *defconfig
127nitrogen6x_defconfig: *defconfig
128nitrogen7_defconfig: *defconfig
129odroidc2_defconfig: *defconfig
130olimex_a20_olinuxino_lime2_defconfig: *defconfig
131olimex_a20_olinuxino_lime_defconfig: *defconfig
132olimex_a20_olinuxino_lime_mali_defconfig: *defconfig
133olimex_a20_olinuxino_micro_defconfig: *defconfig
134olimex_imx233_olinuxino_defconfig: *defconfig
135openblocks_a6_defconfig: *defconfig
136orangepi_one_defconfig: *defconfig
137orangepi_pc_defconfig: *defconfig
Peter Korsgaardca4322a2017-06-08 21:25:37 +0200138orangepi_zero_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100139pandaboard_defconfig: *defconfig
140pc_x86_64_bios_defconfig: *defconfig
141pc_x86_64_efi_defconfig: *defconfig
142qemu_aarch64_virt_defconfig: *defconfig
143qemu_arm_versatile_defconfig: *defconfig
144qemu_arm_versatile_nommu_defconfig: *defconfig
145qemu_arm_vexpress_defconfig: *defconfig
146qemu_m68k_mcf5208_defconfig: *defconfig
147qemu_m68k_q800_defconfig: *defconfig
148qemu_microblazebe_mmu_defconfig: *defconfig
149qemu_microblazeel_mmu_defconfig: *defconfig
150qemu_mips32r2_malta_defconfig: *defconfig
151qemu_mips32r2el_malta_defconfig: *defconfig
152qemu_mips32r6_malta_defconfig: *defconfig
153qemu_mips32r6el_malta_defconfig: *defconfig
154qemu_mips64_malta_defconfig: *defconfig
155qemu_mips64el_malta_defconfig: *defconfig
156qemu_mips64r6_malta_defconfig: *defconfig
157qemu_mips64r6el_malta_defconfig: *defconfig
158qemu_nios2_10m50_defconfig: *defconfig
159qemu_or1k_defconfig: *defconfig
160qemu_ppc64_pseries_defconfig: *defconfig
161qemu_ppc_g3beige_defconfig: *defconfig
162qemu_ppc_mpc8544ds_defconfig: *defconfig
163qemu_ppc_virtex_ml507_defconfig: *defconfig
164qemu_sh4_r2d_defconfig: *defconfig
165qemu_sh4eb_r2d_defconfig: *defconfig
166qemu_sparc64_sun4u_defconfig: *defconfig
167qemu_sparc_ss10_defconfig: *defconfig
168qemu_x86_64_defconfig: *defconfig
169qemu_x86_defconfig: *defconfig
170qemu_xtensa_lx60_defconfig: *defconfig
171qemu_xtensa_lx60_nommu_defconfig: *defconfig
172raspberrypi0_defconfig: *defconfig
173raspberrypi2_defconfig: *defconfig
Thomas Petazzoni6520c062017-05-07 13:42:12 +0200174raspberrypi3_64_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100175raspberrypi3_defconfig: *defconfig
176raspberrypi_defconfig: *defconfig
177riotboard_defconfig: *defconfig
178roseapplepi_defconfig: *defconfig
179s6lx9_microboard_defconfig: *defconfig
180sheevaplug_defconfig: *defconfig
181snps_aarch64_vdk_defconfig: *defconfig
Arnout Vandecappelle8a8fe862017-04-15 21:39:40 +0200182snps_arc700_axs101_defconfig: *defconfig
183snps_archs38_axs103_defconfig: *defconfig
Thomas Petazzonibe959782017-05-14 13:56:38 +0200184snps_archs38_haps_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100185snps_archs38_vdk_defconfig: *defconfig
Arnout Vandecappelle4f863d72017-02-14 00:23:03 +0100186stm32f429_disco_defconfig: *defconfig
187stm32f469_disco_defconfig: *defconfig
188telit_evk_pro3_defconfig: *defconfig
189toradex_apalis_imx6_defconfig: *defconfig
190ts4800_defconfig: *defconfig
191ts4900_defconfig: *defconfig
192ts5x00_defconfig: *defconfig
193wandboard_defconfig: *defconfig
194warp7_defconfig: *defconfig
195warpboard_defconfig: *defconfig
196zynq_microzed_defconfig: *defconfig
197zynq_zc706_defconfig: *defconfig
198zynq_zed_defconfig: *defconfig
199zynq_zybo_defconfig: *defconfig