summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-06-19 21:59:36 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-06-19 21:59:36 +0000
commitfb259b05e6cda0c29c800d8cb546d5b91693b2ac (patch)
tree78acb223b4c55d32be72556f6a57fa1004daf226 /.gitlab-ci.yml
parent27106244425f4d6a4122f1ed48bf49033eb3664e (diff)
downloadbuildbot-fb259b05e6cda0c29c800d8cb546d5b91693b2ac.tar.gz
buildbot-fb259b05e6cda0c29c800d8cb546d5b91693b2ac.tar.bz2
buildbot-fb259b05e6cda0c29c800d8cb546d5b91693b2ac.tar.xz
buildbot-fb259b05e6cda0c29c800d8cb546d5b91693b2ac.zip
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b4a43f..5c27fe8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
image: fedora:35
stage: build
script:
- - dnf install -y git autoconf automake mingw32-gcc python2 autopoint which pkgconfig
+ - dnf install -y git autoconf automake mingw32-gcc python2 which pkgconfig
- dnf install -y mingw-w64-tools mingw32-SDL_image mingw32-win-iconv
- dnf install -y SDL_image-devel SDL_mixer-devel SDL_gfx-devel SDL_ttf-devel libjpeg-devel libpng-devel libvorbis-devel libGLU-devel lua-devel gettext gettext-devel
- git --version
@@ -21,12 +21,13 @@ stages:
paths:
- "freedroid/build_mingw32/build"
+# Python2 is called "python" in 18.04
"appimage":
image: ubuntu:18.04
stage: build
script:
- apt-get update
- - apt-get install -y git autoconf automake pkg-config autopoint gcc python2 libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl1.2-dev libjpeg-dev libpng-dev libsdl-ttf2.0-dev libvorbis-dev libogg-dev libzstd-dev zlib1g-dev libopengl-dev libgl-dev libglew-dev
+ - apt-get install -y git autoconf automake pkg-config autopoint gcc python libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl1.2-dev libjpeg-dev libpng-dev libsdl-ttf2.0-dev libvorbis-dev libogg-dev libzstd-dev zlib1g-dev libopengl-dev libgl-dev libglew-dev
- git clone https://gitlab.com/freedroid/freedroid-src.git freedroid
- ls
- chmod +x linuxdeploy-x86_64.AppImage