CI: store built apks as artifacts (MR 1264)
This commit is contained in:
parent
50d8465d41
commit
86c6ce9ad0
1 changed files with 5 additions and 0 deletions
|
@ -129,3 +129,8 @@ aports-build:
|
||||||
- sh ./install_pmbootstrap.sh
|
- sh ./install_pmbootstrap.sh
|
||||||
script:
|
script:
|
||||||
- PYTHONUNBUFFERED=1 su pmos -c ".gitlab-ci/build_changed_aports.py"
|
- PYTHONUNBUFFERED=1 su pmos -c ".gitlab-ci/build_changed_aports.py"
|
||||||
|
- cp -r /home/pmos/.local/var/pmbootstrap/packages/ packages/ || true
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 week
|
||||||
|
paths:
|
||||||
|
- packages/
|
||||||
|
|
Loading…
Reference in a new issue