Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits:
-
b7e4b907
by Raymond Toy at 2024-07-24T07:00:32-07:00
1 changed file:
Changes:
... | ... | @@ -236,6 +236,10 @@ osx:benchmark: |
236 | 236 | - CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
237 | 237 | - ../../snapshot/bin/lisp -load report
|
238 | 238 | |
239 | +# Optional job that runs the static analyzer. Either manually start
|
|
240 | +# it or let it run automatically when scheduled pipelines run.
|
|
241 | +# It needs the files from the linux-4 directory built in the
|
|
242 | +# linux:build job.
|
|
239 | 243 | linux:static-analyzer:
|
240 | 244 | stage: analyze
|
241 | 245 | rules:
|