summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-12 00:11:15 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-25 23:17:42 +0100
commit4e6bdd9ecfa946f5ad5127a362bfbd5cc84afecb (patch)
tree052e3c85596876d67a0e01b0887958683bf5ff0d
parentd81807ff399702eae28661f46940e64bae5b627d (diff)
downloaddefinitions-4e6bdd9ecfa946f5ad5127a362bfbd5cc84afecb.tar.gz
.gitlab-ci.yml: actually build with BuildStream in another stage
-rw-r--r--.gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86905f65..a3a6759c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,8 +40,9 @@ migrate-bst:
--output buildstream-tests/elements
--rebase strata/build-essential.morph gnu-toolchain.bst
gnome/systems/gnome-system-x86_64.morph x86_64
- - find buildstream-tests
- - bst -C buildstream-tests build gnome/gnome-system-x86_64-content.bst
+ artifacts:
+ paths:
+ - buildstream-tests/
validate-all-definitions:
stage: validate
@@ -51,7 +52,9 @@ validate-all-definitions:
bst-gnome-build-64:
stage: build-1
script:
- - bst definitions/gnome/gnome-system-x86_64.bst
+ - bst -C buildstream-tests build gnome/gnome-system-x86_64-content.bst
+ dependencies:
+ - migrate-bst
build-system-x86_64-chroot-build:
stage: build-1