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.
This commit is contained in:
parent
4a73ce6325
commit
11bf740734
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
- make DESTDIR=mobile-config-firefox install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- out
|
- mobile-config-firefox
|
||||||
|
|
Loading…
Reference in a new issue