From 72d28367e240b60255f6d5139350b4a32d6ec437 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 31 Oct 2017 13:34:02 +0000 Subject: .gitlab-ci.yml: Test the stage3-sysroot element Since this only contains the bootstrap elements, the build will be very quick as long as we have built any other system. --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ac772e..4b7f2c35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -256,14 +256,17 @@ bst-convert: - elements/ <<: *ybd_cache -# Test building a common Baserock system -bst-build-build-system: +# First we build a fairly normal system, which will rebuild the bootstrap +# if anything has changed there. We also check that the stage3 sysroot that +# we bootstrap from can be regenerated. +bst-build-initial: stage: build-1 dependencies: - bst-convert <<: *bst_before_script script: - scripts/bst-build-or-show systems/build-system-content.bst + - scripts/bst-build-or-show bootstrap/stage3-sysroot.bst <<: *bst_cache # Test building all converted Baserock systems -- cgit v1.2.1