summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-03-02 10:46:09 +0000
committerGitLab <gitlab@gitlab.com>2017-03-04 15:25:31 +0000
commite9dbbe01631363016b09b5be927362bebce250c8 (patch)
tree8cc6eb54e79ff9b2d31075e3faa0e86b09cec26d /.gitlab-ci.yml
parent6f89732b02062883444b7666c481b20c65061242 (diff)
downloadybd-e9dbbe01631363016b09b5be927362bebce250c8.tar.gz
.gitlab-ci.yml: Remove non supported distros
We do not actually support them: current gcc6.3 version doesnt compile the stage1-gcc currently in definitions (5.3)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 1 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 099668c..d867ad3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,14 +51,6 @@ check_build_debian_jessie:
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
-check_build_debian_stretch:
- image: debian:stretch
- stage: build
- variables:
- YBD_check_definitions: "exit"
- script:
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
-
check_build_ubuntu_16.04:
image: ubuntu:16.04
stage: build
@@ -67,14 +59,6 @@ check_build_ubuntu_16.04:
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
-check_build_ubuntu_16.10:
- image: ubuntu:16.10
- stage: build
- variables:
- YBD_check_definitions: "exit"
- script:
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
-
check_build_centos_7:
image: centos:7
stage: build
@@ -83,6 +67,7 @@ check_build_centos_7:
script:
- ./ybd.py definitions/systems/minimal-system-x86_64-chroot.morph x86_64
+
check_build_no_kbas:
stage: build
variables: