summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-26 15:42:48 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-27 14:32:25 +0100
commit750c081cb7d72db89c8f7385a1e6cf21412fa26e (patch)
tree34e0302b9e7adba2ccf72cf22084157e8e784c04 /.gitlab-ci.yml
parent03e707812e6ce8a66980a8744a2e60ecebfd176d (diff)
downloadybd-750c081cb7d72db89c8f7385a1e6cf21412fa26e.tar.gz
.gitlab-ci.yml: Add a job to always build the build-essential stratum, not using the cache in kbas
So we can test that building from scratch still works
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc70d4d..e47f658 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,3 +39,12 @@ check_build:
script:
- git clone git://git.baserock.org/baserock/baserock/definitions
- ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+
+check_build_no_kbas:
+ stage: build
+ variables:
+ YBD_check_definitions: "exit"
+ YBD_kbas_url: "false-url"
+ script:
+ - git clone git://git.baserock.org/baserock/baserock/definitions
+ - ./ybd.py definitions/strata/build-essential.morph x86_64