From 2198aef721c607bba47e4f3784b5aec7987ca5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 11:11:45 +0100 Subject: .gitlab-ci.yml: Add a armv7l job to build the build-system Change-Id: Ice1d5513a44667ec314ed0fcb7a583b4bbfdfd98 --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7684c34..bad56998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,13 @@ build-system-x86_64-chroot-deploy: paths: - build-system-x86_64-chroot.tar +build-system-armv7lhf-rootfs-build: + stage: build + script: + - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf + tags: + - armv7l + devel-build-64: stage: build script: -- cgit v1.2.1