addin appimage on package
This commit is contained in:
parent
f166dbb1d1
commit
2250695085
1 changed files with 2 additions and 1 deletions
|
@ -1352,7 +1352,6 @@ Linux client_appimage debian_amd64_buster build:
|
||||||
paths:
|
paths:
|
||||||
- code/build/Khanat-x86_64.AppImage
|
- code/build/Khanat-x86_64.AppImage
|
||||||
expire_in: 2 week
|
expire_in: 2 week
|
||||||
when: manual
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1448,12 +1447,14 @@ Linux client package:
|
||||||
- chmod +x ./Linux/x86_64/autoextract_script.sh
|
- chmod +x ./Linux/x86_64/autoextract_script.sh
|
||||||
- makeself --nox11 --target /tmp/khanat_installer ./Linux/x86_64/ khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run "Khanat installer" ./autoextract_script.sh
|
- makeself --nox11 --target /tmp/khanat_installer ./Linux/x86_64/ khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run "Khanat installer" ./autoextract_script.sh
|
||||||
- ls -l
|
- ls -l
|
||||||
|
- ls -l /tmp/khanat_installer/
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7)-$CI_PIPELINE_ID-Linux-x86_64"
|
name: "khanat-$(echo $CI_BUILD_REF | head -c 7)-$CI_PIPELINE_ID-Linux-x86_64"
|
||||||
paths:
|
paths:
|
||||||
- ./khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run
|
- ./khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-Linux-x86_64.run
|
||||||
dependencies:
|
dependencies:
|
||||||
- Linux client debian_amd64_buster build
|
- Linux client debian_amd64_buster build
|
||||||
|
- Linux client_appimage debian_amd64_buster build
|
||||||
|
|
||||||
|
|
||||||
## TESTS
|
## TESTS
|
||||||
|
|
Loading…
Reference in a new issue