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

CI: add mr-settings check (MR 85)

parent 0e0caaa1
No related branches found
No related tags found
No related merge requests found
--- ---
image: alpine:3.12 image: alpine:3.12
.only-default: &only-default
only:
- master
- merge_requests
- tags
mr-settings:
only:
- merge_requests
before_script:
- apk -q add python3
script:
- wget -q "https://gitlab.com/postmarketOS/ci-common/-/raw/master/check_mr_settings.py"
- python3 ./check_mr_settings.py
static-analysis: static-analysis:
<<: *only-default
image: alpine:3.8 image: alpine:3.8
before_script: before_script:
- apk -q add cppcheck - apk -q add cppcheck
...@@ -9,6 +25,7 @@ static-analysis: ...@@ -9,6 +25,7 @@ static-analysis:
- test/static_analysis.sh - test/static_analysis.sh
build::amd64: build::amd64:
<<: *only-default
before_script: before_script:
- apk -q 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: 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