summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 13:34:02 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 13:34:02 +0000
commit72d28367e240b60255f6d5139350b4a32d6ec437 (patch)
tree686d4e65f1ea4b47956f65a9c9fce8ea56499f13
parent0ea63bd19b373f8619fabcc6b74257a12cba4999 (diff)
downloaddefinitions-72d28367e240b60255f6d5139350b4a32d6ec437.tar.gz
.gitlab-ci.yml: Test the stage3-sysroot elementsam/test-stage3-sysroot
Since this only contains the bootstrap elements, the build will be very quick as long as we have built any other system.
-rw-r--r--.gitlab-ci.yml7
1 files 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