summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c0be19..2124c2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ BuildAppImage:
image: ubuntu:trusty
script:
- cd /builds/mana-launcher/mplusbuilder
- - ./build.sh
+ - chmod +x build.sh
+ - chmod +x linuxdeploy-x86_64.AppImage
+ - build.sh
artifacts:
paths: