summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-03-02 10:46:09 +0000
committerJavier Jardón <jjardon@gnome.org>2017-03-02 10:56:45 +0000
commit8a8c9e83ebc8ca9ddb1d263e12a52fca948f280b (patch)
tree42d742335851713b253aa2bfde82a1be779af373
parentea4f9cabcf20c0590afe694b8f2afcc8dd13e8a3 (diff)
downloadybd-jjardon/remove_non_suppported_distros.tar.gz
.gitlab-ci.yml: Remove non supported distrosjjardon/remove_non_suppported_distros
We do not actually support them: current gcc6.3 version doesnt compile the stage1-gcc currently in definitions (5.3)
-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: