diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-06-19 21:53:53 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-06-19 21:53:53 +0000 |
commit | 27106244425f4d6a4122f1ed48bf49033eb3664e (patch) | |
tree | 94c4d5152b93cfdbce50f410bd39bc0529b6f37a | |
parent | dd5dd3324ccd8a5764a15b1b714ffd142e7822d7 (diff) | |
download | buildbot-27106244425f4d6a4122f1ed48bf49033eb3664e.tar.gz buildbot-27106244425f4d6a4122f1ed48bf49033eb3664e.tar.bz2 buildbot-27106244425f4d6a4122f1ed48bf49033eb3664e.tar.xz buildbot-27106244425f4d6a4122f1ed48bf49033eb3664e.zip |
Broken, I know
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd03ed2..8b4a43f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ stages: image: fedora:35 stage: build script: - - dnf install -y git autoconf automake mingw32-gcc python2 # mingw32-configure + - dnf install -y git autoconf automake mingw32-gcc python2 autopoint which pkgconfig - 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 + - 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 - git clone https://gitlab.com/freedroid/freedroid-src.git freedroid - cd freedroid @@ -22,7 +22,7 @@ stages: - "freedroid/build_mingw32/build" "appimage": - image: ubuntu:18 + image: ubuntu:18.04 stage: build script: - apt-get update |