11bf740734
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.
13 lines
204 B
YAML
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
|