summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-09 23:39:43 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-12 00:30:27 +0100
commit1bbf5a7d8834c6365f5207fa42105133e062d32b (patch)
tree3d796302b34989b7355dd4c6186fff79091cdbd7 /.gitlab-ci.yml
parent98bfdbd24a75c04dd4205261cdce98d21ccaf6fb (diff)
downloaddefinitions-1bbf5a7d8834c6365f5207fa42105133e062d32b.tar.gz
Add step to do conversion of GNOME system
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb772095..11b639fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,17 @@ before_script:
- git clone https://gitlab.com/buildstream/buildstream
- python3 -m pip install buildstream/
+migrate-bst:
+ stage: validate
+ script:
+ - git clone https://gitlab.com/baserock/definitions.git
+ - git clone https://gitlab.com/BuildStream/defs2bst.git
+ - git clone https://gitlab.com/BuildStream/buildstream-tests.git -b gnu-toolchain
+ - ./defs2bst/defs2bst.py --ybd ybd/ybd.py
+ --definitions definitions
+ --output buildstream-tests/elements
+ --rebase strata/build-essential.morph gnu-toolchain.bst
+ gnome/systems/gnome-system-x86_64.morph x86_64
validate-all-definitions:
stage: validate