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

CI: tweak apk, make flags (MR 85)

Hide apk output (-q), as it's not interesting during the CI runs. If an
error happens, it will still be printed. Run make with multiple jobs
(-j) in parallel, so it finishes faster and to catch potential bugs in
the Makefile that only appear with parallel jobs.
parent 5323d57b
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,15 @@ image: alpine:3.12
static-analysis:
image: alpine:3.8
before_script:
- apk add cppcheck
- apk -q add cppcheck
script:
- test/static_analysis.sh
build::amd64:
before_script:
- apk add build-base linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev
- apk -q add build-base linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev
script:
- make
- make -j5
artifacts:
paths:
- bin/
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