From af24e88dc178af3c2a767d5c0c42cabf5f229c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 12 Jul 2017 02:49:38 +0100 Subject: .gitlab-ci.yml: Convert and build the build-system as well --- .gitlab-ci.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b287ca9..1da89ea2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,22 +32,27 @@ migrate-bst: - 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 + --output buildstream-metadata/build-system/elements + --rebase strata/build-essential.morph gnu-toolchain.bst + systems/build-system-x86_64.morph x86_64 + - ./defs2bst/defs2bst.py --ybd ybd/ybd.py + --definitions definitions + --output buildstream-metadata/gnome-system/elements --rebase strata/build-essential.morph gnu-toolchain.bst gnome/systems/gnome-system-x86_64.morph x86_64 artifacts: paths: - - buildstream-tests/ + - buildstream-metadata/ validate-all-definitions: stage: validate script: - python spec/quick_check.py . -bst-gnome-build-64: +bst-build-system-x86_32-build: stage: build-1 script: - - bst -C buildstream-tests build gnome/gnome-system-x86_64-content.bst + - bst -C buildstream-metadata/build-system build build-system-x86_64-content.bst dependencies: - migrate-bst @@ -106,6 +111,13 @@ gnome-build-64: - ybd/ybd.py gnome/systems/gnome-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 +bst-gnome-build-64: + stage: build-3 + script: + - bst -C buildstream-metadata/gnome-system build gnome/gnome-system-x86_64-content.bst + dependencies: + - migrate-bst + minimal-build-64: stage: build-1 script: -- cgit v1.2.1