From 85aa96e23c6888575101b005ef6fd9a3dd7b84da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 27 Mar 2017 13:57:01 +0100 Subject: .gitlab-ci.yml: Try to build systems/armv7lhf-cross-toolchain-system-x86_64.morph --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83e1f019..8e7d4c9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,11 @@ validate-all-definitions: script: - python spec/quick_check.py . +armv7lhf-cross-toolchain-build: + stage: build-1 + script: + - ybd/ybd.py systems/armv7lhf-cross-toolchain-system-x86_64.morph x86_64 + build-system-x86_64-chroot-build: stage: build-1 script: -- cgit v1.2.1