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-08-15 13:48:24 +0100
commit26a60c395630be560853e521b4b705b45810a77d (patch)
treef2a96b9466e43c60812d20763c7e5dfd0122e3f6
parent2908341bca4c933fa72fb21f8f174c86caaf8ed3 (diff)
downloaddefinitions-26a60c395630be560853e521b4b705b45810a77d.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