From 0f3898069caff596096f4eb6ce7445f3d1914c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 2 Feb 2017 20:23:03 +0000 Subject: Test ARM runner --- .gitlab-ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7f8a271..2deabc89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,15 +43,12 @@ build-system-x86_64-chroot-build: # - master # - /^staging\/.*$/ -#build-system-armv7lhf-rootfs-build: -# stage: build-1 -# script: -# - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf -# tags: -# - armv7l -# only: -# - master -# - /^staging\/.*$/ +build-system-armv7lhf-rootfs-build: + stage: build-1 + script: + - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf + tags: + - armv7l devel-build-64: stage: build-2 -- cgit v1.2.1