Skip to content
Snippets Groups Projects

CI: Use alpine:latest image for running

Merged Imported Administrator requested to merge ci-update into master
3 files
+ 3
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
image: alpine:3.10
image: alpine:latest
before_script:
- apk add -q cppcheck build-base sdl2-dev sdl2_ttf-dev bash
@@ -15,7 +15,7 @@ static-analysis:
clang-format:
stage: check
before_script:
- apk add -q clang git
- apk add -q clang-extra-tools git
script:
- test/clang-format.sh
Loading