From dd5dd3324ccd8a5764a15b1b714ffd142e7822d7 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Sun, 19 Jun 2022 21:49:16 +0000 Subject: Update .gitlab-ci.yml file because I can --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b4e574..cd03ed2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ stages: image: fedora:35 stage: build script: - - dnf install git autoconf automake mingw32-gcc python2 # mingw32-configure - - dnf install mingw-w64-tools mingw32-SDL_image mingw32-win-iconv - - dnf install pkgconfig 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 + - dnf install -y git autoconf automake mingw32-gcc python2 # mingw32-configure + - dnf install -y mingw-w64-tools mingw32-SDL_image mingw32-win-iconv + - dnf install -y pkgconfig 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 - git clone https://gitlab.com/freedroid/freedroid-src.git freedroid - cd freedroid @@ -22,10 +22,11 @@ stages: - "freedroid/build_mingw32/build" "appimage": - image: ubuntu:bionic + image: ubuntu:18 stage: build script: - - apt 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 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 - git clone https://gitlab.com/freedroid/freedroid-src.git freedroid - ls - chmod +x linuxdeploy-x86_64.AppImage -- cgit v1.2.3-60-g2f50