CI: run .ci/lint.sh (MR 19)
This commit is contained in:
parent
85170ef7e5
commit
94480ad5f7
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue