mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
17 lines
266 B
YAML
17 lines
266 B
YAML
image: alpine:latest
|
|
|
|
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
|