summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2018-12-23 01:41:49 +0000
committerLawnCable <lawncable.gitlab@simonlaux.de>2018-12-23 01:41:49 +0000
commit146e5a904edb6ce67404506c409652242764fa74 (patch)
treec1b6e266c4f94fcf885547d286bb1bf950add798
parent8c78088b640fe32f896b1c351a58a1a73b7ba0fa (diff)
downloadappimg-builder-146e5a904edb6ce67404506c409652242764fa74.tar.gz
appimg-builder-146e5a904edb6ce67404506c409652242764fa74.tar.bz2
appimg-builder-146e5a904edb6ce67404506c409652242764fa74.tar.xz
appimg-builder-146e5a904edb6ce67404506c409652242764fa74.zip
Update build.sh, .gitlab-ci.yml files
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--build.sh2
2 files changed, 2 insertions, 3 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
diff --git a/build.sh b/build.sh
index 906ec0c..21e4a6f 100644
--- a/build.sh
+++ b/build.sh
@@ -46,4 +46,4 @@ make install
-e ./run/bin/manaplus \
--output appimage
-mv *.AppImage ~/build/
+mv *.AppImage /builds/mana-launcher/mplusbuilder/