[Git][cmucl/cmucl][master] 2 commits: Make dist tarballs after building

Raymond Toy pushed to branch master at cmucl / cmucl Commits: 9ab06424 by Raymond Toy at 2025-07-11T08:13:17-07:00 Make dist tarballs after building - - - - - 72877169 by Raymond Toy at 2025-07-11T08:13:17-07:00 Merge branch 'rtoy-ci-make-dist-tarballs' into 'master' Make dist tarballs after building See merge request cmucl/cmucl!308 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -33,6 +33,7 @@ variables: - build-2/*.log - build-3/*.log - build-4/ + - cmucl* # Needed by Linux analyzer stage - src/lisp/cmucl-version.h # Save this so we can see the generated errno @@ -48,7 +49,10 @@ variables: - bin/build.sh $bootstrap -b build -R -C "" -o snapshot/bin/lisp # When the result of `git describe` cannot be used as a version # string, an alternative can be provided with the -V flag + # The following stages need this to run tests and such. - bin/make-dist.sh -I dist build-4 + # Also make some tarballs so it's easy to download the artifacts. + - bin/make-dist.sh -S build-4 # Default configuration for running the ansi-tests. .ansi_test_template: &ansi_test_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/7dbefc84531d2545c402332... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/7dbefc84531d2545c402332... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)