From a51d5421721d64108ee10e5c72e9cd62de7fb36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 9 Apr 2017 23:39:43 +0100 Subject: Add step to do conversion of GNOME system --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cefb705..6275f54f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ variables: YBD_base: "/cache/ybd_base" stages: + - migrate-bst - validate - build-1 - deploy-1 @@ -22,6 +23,17 @@ before_script: - apt-get install -y -qq bubblewrap ostree python3 python3-pip python3-gi gir1.2-ostree-1.0 python3-dev - pip3 install buildstream +migrate-bst: + stage: migrate-bst + 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 -- cgit v1.2.1