Raymond Toy pushed to branch rtoy-ci-make-dist-tarballs at cmucl / cmucl
Commits:
-
11ecba01
by Raymond Toy at 2025-07-10T20:13:04-07:00
-
56771dd5
by Raymond Toy at 2025-07-10T20:14:11-07:00
1 changed file:
Changes:
... | ... | @@ -29,6 +29,7 @@ variables: |
29 | 29 | stage: build
|
30 | 30 | artifacts:
|
31 | 31 | paths:
|
32 | + - dist/
|
|
32 | 33 | - build-2/*.log
|
33 | 34 | - build-3/*.log
|
34 | 35 | - build-4/
|
... | ... | @@ -48,7 +49,9 @@ variables: |
48 | 49 | - bin/build.sh $bootstrap -b build -R -C "" -o snapshot/bin/lisp
|
49 | 50 | # When the result of `git describe` cannot be used as a version
|
50 | 51 | # string, an alternative can be provided with the -V flag
|
51 | - # Make some tarballs so it's easy to download the artifacts.
|
|
52 | + # The following stages need this to run tests and such.
|
|
53 | + - bin/make-dist.sh -I dist build-4
|
|
54 | + # Also make some tarballs so it's easy to download the artifacts.
|
|
52 | 55 | - bin/make-dist.sh -S build-4
|
53 | 56 | |
54 | 57 | # Default configuration for running the ansi-tests.
|