From e08ee62ef1a53b1426f76ffea3e6525ca02b83b9 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.1