summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f88db3..ee57ec5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
BuildAppImage:
image: ubuntu:trusty
script:
- - mkdir ~/build
- 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
@@ -12,4 +11,4 @@ BuildAppImage:
artifacts:
paths:
- - "/root/build/ManaPlus-x86_64.AppImage" \ No newline at end of file
+ - "ManaPlus-x86_64.AppImage" \ No newline at end of file