summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-02-02 20:23:03 +0000
committerJavier Jardón <jjardon@gnome.org>2017-02-02 20:23:03 +0000
commit0f3898069caff596096f4eb6ce7445f3d1914c42 (patch)
tree3d6cedf8fda8eab8294bc2b12a63947eee731824
parent079319075460062ea3cd6c500716c55a8478adf4 (diff)
downloaddefinitions-jjardon/arm_test.tar.gz
Test ARM runnerjjardon/arm_test
-rw-r--r--.gitlab-ci.yml15
1 files 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