addin appimage on package

This commit is contained in:
AleaJactaEst 2019-09-01 15:40:31 +02:00
parent 2250695085
commit 8853e6671d

View file

@ -1442,12 +1442,12 @@ Linux client package:
- mkdir -p Linux/x86_64 - mkdir -p Linux/x86_64
- find code/build/bin - find code/build/bin
- cp code/build/bin/* Linux/x86_64 - cp code/build/bin/* Linux/x86_64
- cp code/build/Khanat-x86_64.AppImage Linux/x86_64
# Packaging # Packaging
- cp ./dist/khanat/autoextract_script.sh ./Linux/x86_64/ - cp ./dist/khanat/autoextract_script.sh ./Linux/x86_64/
- 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:
@ -1471,6 +1471,7 @@ Linux client test:
- ls -l - ls -l
- ./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
- ls -l - ls -l
- ls -l /tmp/khanat_installer/
dependencies: dependencies:
- Linux client package - Linux client package