summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-05-26 11:15:02 +0100
committerJavier Jardón <jjardon@gnome.org>2017-05-26 11:15:02 +0100
commitc2873049e3f563d34d54f2eb2acd8f02d003a431 (patch)
tree3214f9eb6850c673cb081261f97369025d0d4316 /.gitlab-ci.yml
parent31d156867ed3e09355dd487ecd0f919a6ce53be3 (diff)
downloadybd-c2873049e3f563d34d54f2eb2acd8f02d003a431.tar.gz
.gitlab-ci.yml: Only build non-kbas builds in the master branchjjardon/bo_kbas_build_only_master
This will hopefully unblock the Merge Process a little
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d7e7dc..b9feb5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,8 @@ check_build_debian_jessie:
YBD_check_definitions: "exit"
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ only:
+ - master
check_build_ubuntu_16.04:
image: ubuntu:16.04
@@ -60,6 +62,8 @@ check_build_ubuntu_16.04:
YBD_check_definitions: "exit"
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ only:
+ - master
check_build_ubuntu_17.04:
image: ubuntu:17.04
@@ -69,6 +73,8 @@ check_build_ubuntu_17.04:
YBD_check_definitions: "exit"
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ only:
+ - master
check_build_fedora_25:
image: fedora:25
@@ -78,6 +84,8 @@ check_build_fedora_25:
YBD_check_definitions: "exit"
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ only:
+ - master
check_build_kbas:
stage: build