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

CI: run .ci/lint.sh (MR 19)

parent 85170ef7
No related branches found
No related tags found
No related merge requests found
image: alpine:latest
before_script:
- apk -q add make
build:
stage: build
before_script:
- apk -q add make
script:
- make
- make DESTDIR=mobile-config-firefox install
artifacts:
paths:
- mobile-config-firefox
lint:
before_script:
- apk -q add grep
script:
- .ci/lint.sh
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