summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2018-12-22 22:52:34 +0100
committerLawnCable <lawncable.gitlab@simonlaux.de>2018-12-22 22:52:34 +0100
commit60da3a703d91bc7a6bdae36702ec36f217995584 (patch)
tree534d1f6e5793d19b1748ffaa5154ac91f3867563 /.gitlab-ci.yml
parent2b4ff47f0fe5a20d8e1af60dd85c9740c4fe37ac (diff)
downloadappimg-builder-60da3a703d91bc7a6bdae36702ec36f217995584.tar.gz
appimg-builder-60da3a703d91bc7a6bdae36702ec36f217995584.tar.bz2
appimg-builder-60da3a703d91bc7a6bdae36702ec36f217995584.tar.xz
appimg-builder-60da3a703d91bc7a6bdae36702ec36f217995584.zip
add libfuse
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4dd709..a9bde51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
BuildAppImage:
image: ubuntu:trusty
script:
- - apt-get update -qq && apt install -y g++ gcc xsel wget make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps
+ - apt-get update -qq && apt install -y libfuse2 g++ gcc xsel wget make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps
- cd /builds/mana-launcher/mplusbuilder
- chmod +x build.sh
- chmod +x linuxdeploy-x86_64.AppImage