Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits:
-
5ca1d65f
by Raymond Toy at 2024-07-24T07:07:29-07:00
1 changed file:
Changes:
... | ... | @@ -236,15 +236,11 @@ 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 | +# Optional job that runs the static analyzer. It needs the files from
|
|
240 | +# the linux-4 directory built in the linux:build job.
|
|
243 | 241 | linux:static-analyzer:
|
244 | 242 | stage: analyze
|
245 | - rules:
|
|
246 | - - if: $CI_PIPELINE_SOURCE == "schedule"
|
|
247 | - - when: manual
|
|
243 | + when: manual
|
|
248 | 244 | tags:
|
249 | 245 | - linux
|
250 | 246 | artifacts:
|