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-25 23:17:42 +0100
commite08ee62ef1a53b1426f76ffea3e6525ca02b83b9 (patch)
tree787033447c80321034e0ba4f0d20f1bdcd0b0ab1
parent9d81b0a58834649732ddec3f625ee8d624f9f911 (diff)
downloaddefinitions-e08ee62ef1a53b1426f76ffea3e6525ca02b83b9.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 b50856ea..7776ac66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,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