Skip to content
Snippets Groups Projects
Commit 4128fa63 authored by Natanael Copa's avatar Natanael Copa
Browse files

ci: build with clang and scan-build

ref: #10102
parent a6a95ad6
No related branches found
No related tags found
1 merge request!224ci: build with clang and scan-build
...@@ -5,7 +5,27 @@ tests: ...@@ -5,7 +5,27 @@ tests:
image: image:
name: alpinelinux/abuild-ci name: alpinelinux/abuild-ci
stage: verify stage: verify
script: [pwd] script:
- make
- make check
tags:
- docker-alpine
- x86_64
build-clang:
image:
name: alpinelinux/abuild-ci
stage: verify
script: [CC=clang make]
tags:
- docker-alpine
- x86_64
build-scan:
image:
name: alpinelinux/abuild-ci
stage: verify
script: [scan-build --status-bugs make]
tags: tags:
- docker-alpine - docker-alpine
- x86_64 - x86_64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment