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-07-12 16:45:27 +0100
commitb5e111e4155123c57022dfb6e82e169d4fe39849 (patch)
tree64acdb030b378b34ee5a20a2e4810ed14fec0142
parentfcf83c000087fb7da44203a90dec9877566b297d (diff)
downloaddefinitions-jjardon/bst.tar.gz
.gitlab-ci.yml: Use buildtream-tests folderjjardon/bst
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09ffe309..9ba0830f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,17 +32,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
@@ -52,7 +52,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
@@ -114,7 +114,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