summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-12 15:40:59 +0100
committerJavier Jardón <jjardon@gnome.org>2017-08-15 13:48:24 +0100
commitd8bbb050d5f0c83f2296fa3a63967360a648e240 (patch)
treecaa1bcdd6c589145d048c836807806b1feafd34f
parentb7af436d8a2ceec31e7a565cf699cd4cfe2fa006 (diff)
downloaddefinitions-d8bbb050d5f0c83f2296fa3a63967360a648e240.tar.gz
.gitlab-ci.yml: Use buildtream-tests folder
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b716e4e3..2928f23b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,17 +37,17 @@ migrate-bst:
- git clone https://gitlab.com/BuildStream/buildstream-tests.git -b gnu-toolchain
- ./defs2bst/defs2bst.py --ybd ybd/ybd.py
--definitions definitions
- --output buildstream-metadata/elements
+ --output buildstream-tests/elements
--rebase strata/build-essential.morph gnu-toolchain.bst
systems/build-system-x86_64.morph x86_64
- ./defs2bst/defs2bst.py --ybd ybd/ybd.py
--definitions definitions
- --output buildstream-metadata/elements
+ --output buildstream-tests/elements
--rebase strata/build-essential.morph gnu-toolchain.bst
gnome/systems/gnome-system-x86_64.morph x86_64
artifacts:
paths:
- - buildstream-metadata/
+ - buildstream-tests/
validate-all-definitions:
stage: validate
@@ -57,7 +57,7 @@ validate-all-definitions:
bst-build-system-x86_32-build:
stage: build-1
script:
- - bst -C buildstream-metadata build build-system-x86_64-content.bst
+ - bst -C buildstream-tests build build-system-x86_64-content.bst
dependencies:
- migrate-bst
@@ -121,7 +121,7 @@ gnome-build-64:
bst-gnome-build-64:
stage: build-3
script:
- - bst -C buildstream-metadata build gnome/gnome-system-x86_64-content.bst
+ - bst -C buildstream-tests build gnome/gnome-system-x86_64-content.bst
dependencies:
- migrate-bst