Skip to content
Snippets Groups Projects
Unverified Commit 5323d57b authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: use Alpine 3.12 (except for static-analysis) (MR 85)

Use the latest stable of Alpine. We can't use it for static-analysis
without fixing up some things that a newer version of cppcheck will
complain about, so let's do this in a later commit (as a potentially
conflicting MR is about to get merged).
parent 69920f49
No related branches found
No related tags found
No related merge requests found
---
image: alpine:3.8
image: alpine:3.12
static-analysis:
image: alpine:3.8
before_script:
- apk add cppcheck
script:
......
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