diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-06-20 01:03:58 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-06-20 01:03:58 +0000 |
commit | a3d28fea7346b5ea015276fa41d58c97c64d8648 (patch) | |
tree | 65e109cd0c86e8610de0fc37a6bfaeb0dd120a99 | |
parent | bb38ca9048149da88a66254dfff0488b3fe455c5 (diff) | |
download | buildbot-a3d28fea7346b5ea015276fa41d58c97c64d8648.tar.gz buildbot-a3d28fea7346b5ea015276fa41d58c97c64d8648.tar.bz2 buildbot-a3d28fea7346b5ea015276fa41d58c97c64d8648.tar.xz buildbot-a3d28fea7346b5ea015276fa41d58c97c64d8648.zip |
Excuse my noobness, never used Fedora before.
(And this ought to not work anyway)
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a456e1b..f94476d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - 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 - - dnf install -y mingw32* # Extreme remedy + - dnf install -y mingw32* mingw-w64-i686-SDL* # Extreme remedy - git --version - git clone https://gitlab.com/freedroid/freedroid-src.git freedroid - cd freedroid @@ -44,7 +44,7 @@ stages: - mkdir AppDir - ls --recursive ./freedroid/run - cp -r ./freedroid/run/share/games/freedroidrpg/ AppDir/ # data - - cp ../../AppRun AppDir/AppRun + - cp ./AppRun AppDir/AppRun - ./squashfs-root/AppRun --appdir AppDir -i freedroid/pkgs/freedesktop/icons/hicolor/scalable/apps/freedroidRPG.svg -d freedroid/pkgs/freedesktop/freedroidrpg.desktop -e freedroid/run/bin/freedroid --output appimage - mkdir public - ls |