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

CI: move before_script into both tests (MR 85)

Prepare to add the mr-settings CI check. Do not install the same
packages for all tests, but rather only the packages that each test
needs. While at it, also add the missing new line at the end of the
file.
parent cba788ca
No related branches found
No related tags found
No related merge requests found
--- ---
image: alpine:3.8 image: alpine:3.8
before_script:
- apk add cppcheck build-base linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev
stages: stages:
- test - test
- build - build
static-analysis: static-analysis:
stage: test stage: test
before_script:
- apk add cppcheck
script: script:
- test/static_analysis.sh - test/static_analysis.sh
build::amd64: build::amd64:
stage: build stage: build
before_script:
- apk add build-base linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev
script: script:
- make - make
artifacts: artifacts:
paths: paths:
- bin/ - bin/
\ No newline at end of file
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