Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl
Commits:
-
1178f928
by Raymond Toy at 2024-07-23T21:29:49-07:00
1 changed file:
Changes:
... | ... | @@ -10,6 +10,7 @@ stages: |
10 | 10 | - test
|
11 | 11 | - ansi-test
|
12 | 12 | - benchmark
|
13 | + - analyze
|
|
13 | 14 | |
14 | 15 | cache:
|
15 | 16 | |
... | ... | @@ -236,7 +237,7 @@ osx:benchmark: |
236 | 237 | - ../../snapshot/bin/lisp -load report
|
237 | 238 | |
238 | 239 | linux:static-analyzer:
|
239 | - stage: build
|
|
240 | + stage: analyze
|
|
240 | 241 | rules:
|
241 | 242 | - if: $CI_PIPELINE_SOURCE == "schedule"
|
242 | 243 | - when: manual
|