mobile-config-firefox/.gitlab-ci.yml
2021-12-05 11:48:34 +01:00

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