fenix-fox/.gitlab-ci.yml
plata 11bf740734
CI: archive complete package (MR 15)
To allow downloading the package directly from GitLab and not having to
run make install (e.g. to easily try a specific MR); also makes it
easier to check in a MR if make install works as expected.
2021-07-11 15:36:11 +02:00

13 lines
204 B
YAML

image: alpine:latest
before_script:
- apk -q add make
build:
stage: build
script:
- make
- make DESTDIR=mobile-config-firefox install
artifacts:
paths:
- mobile-config-firefox