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

This commit is contained in:
Oliver Smith 2021-12-05 11:48:34 +01:00
parent 85170ef7e5
commit 94480ad5f7
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,13 +1,17 @@
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