tags:
- smalljob
+.other-check: &other_checks_job
+ <<: *default_triggering_rules
+ <<: *base_image
+ stage: other-checks
+ needs: []
+
.autoconf: &autoconf_job
<<: *default_triggering_rules
<<: *base_image
-o scan-build.reports make -j${BUILD_PARALLEL_JOBS:-1} all V=1
scan-build:
- <<: *default_triggering_rules
- <<: *base_image
- stage: other-checks
+ <<: *other_checks_job
variables:
CC: "${CLANG}"
CFLAGS: "${CFLAGS_COMMON}"
- grep -q 'Build successfully submitted' curl-response.txt
coverity:
- <<: *base_image
- stage: other-checks
+ <<: *other_checks_job
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -Og"
artifacts: true
gcov:
- <<: *base_image
- <<: *default_triggering_rules
- stage: other-checks
+ <<: *other_checks_job
needs:
- job: system:gcc:trixie:amd64
artifacts: true