mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 11:20:15 +00:00
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
|
image: alpine:latest
|
||||||
|
|
||||||
before_script:
|
|
||||||
- apk -q add make
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
before_script:
|
||||||
|
- apk -q add make
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make DESTDIR=mobile-config-firefox install
|
- make DESTDIR=mobile-config-firefox install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- mobile-config-firefox
|
- mobile-config-firefox
|
||||||
|
|
||||||
|
lint:
|
||||||
|
before_script:
|
||||||
|
- apk -q add grep
|
||||||
|
script:
|
||||||
|
- .ci/lint.sh
|
||||||
|
|
Loading…
Reference in a new issue