summaryrefslogtreecommitdiff
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-13 20:32:46 +0100
commit1aa5a55a5fcc1caa6c222aeddb07ff0d3e16c184 (patch)
treef23019bf9e8f0d54d82acbf4401bdf1e812b4d4b
parent9cfb69b68cb55cfa19fab8bfe8706201169bc6a1 (diff)
downloaddefinitions-1aa5a55a5fcc1caa6c222aeddb07ff0d3e16c184.tar.gz
Add step to do conversion of GNOME system
-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