summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
committerLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
commit18b1fb3920de1f58ebff4399a8ae064fa92dbf7b (patch)
tree834ac663ecd66a075ebc7c1d8e4265eac367ae91 /.gitlab-ci.yml
parentf5697ef5df709f2325b3954f3abe7c06e30f24d1 (diff)
downloadappimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.gz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.bz2
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.xz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.zip
make it possible to run the thing on local docker, too
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19f4b5b..60d5971 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ BuildAppImage:
- cd /builds/mana-launcher/mplusbuilder
- chmod +x build.sh
- chmod +x linuxdeploy-x86_64.AppImage
+ - ./linuxdeploy-x86_64.AppImage --appimage-extract
- ./build.sh
- cd
- find / -type f -name "*.AppImage"