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

CI: run both stages in parallel (MR 85)

parent b754a315
No related branches found
No related tags found
No related merge requests found
---
image: alpine:3.8
stages:
- test
- build
static-analysis:
stage: test
before_script:
- apk add cppcheck
script:
- test/static_analysis.sh
build::amd64:
stage: build
before_script:
- apk add build-base linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev
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