From 0eee7756b7c3ab716890754b57b8fb31fa6cd527 Mon Sep 17 00:00:00 2001 From: LawnCable Date: Sat, 22 Dec 2018 21:16:18 +0100 Subject: add some dependencies in hope that they'll work --- .gitlab-ci.yml | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44e67d8..33122dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ BuildAppImage: image: ubuntu:trusty script: + - apt-get update -qq-y && apt install -y 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 diff --git a/build.sh b/build.sh index 4e08e6f..3d71d34 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # Install dependencies -sudo apt-get -y build-dep manaplus +apt-get -y build-dep manaplus # clone repo -- cgit v1.2.3-60-g2f50