AppImage deploy in .gitlab-ci.yml

feat/vaults
Tomáš Mládek 2021-06-11 15:36:14 +02:00
parent f11b84f965
commit 41e16dfe80
1 changed files with 4 additions and 1 deletions

View File

@ -64,8 +64,11 @@ test:backend:
package:
stage: release
image: $RUST_IMAGE
before_script:
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage -O /usr/local/bin/linuxdeploy-x86_64.AppImage
- chmod +x /usr/local/bin/linuxdeploy-x86_64.AppImage
script:
- make
artifacts:
paths:
- dist
- ./*.AppImage