From 96c39192e93dfcfccc520814a7440f0afa6aca2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 31 Oct 2017 13:02:05 +0000 Subject: .gitlab-ci.yml: Add bootstrap-stage3-sysroot --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ac772e..55127230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,6 +266,15 @@ bst-build-build-system: - scripts/bst-build-or-show systems/build-system-content.bst <<: *bst_cache +bst-build-bootstrap-stage3-sysroot: + stage: build-1 + dependencies: + - bst-convert + <<: *bst_before_script + script: + - bst build bootstrap/stage3-sysroot.bst + - bst checkout bootstrap/stage3-sysroot.bst ./sysroot + # Test building all converted Baserock systems bst-build-base-system: stage: build-2 -- cgit v1.2.1