diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4738ce4cc6eaa4ff36739ca0364ce0482424599..7c1d9cb51c0bf95044933140a49558cef9fcc0ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build-windows: # This job runs in the build stage, which runs first. script: - apt-get update && apt-get install -y clang-15 mingw-w64 - echo "Compiling the code... [windows]" - - clang-15 src/lump.c src/lodepng.c src/main.c src/cJSON.c src/zip.c -o followermaker.exe -lm --target=x86_64-w64-mingw32 --sysroot=/usr/x86_64-w64-mingw32 -L/usr/lib/gcc/x86_64-w64-mingw32/12-win32 -lgcc -lgcc_eh + - clang-15 src/lump.c src/lodepng.c src/main.c src/cJSON.c src/zip.c -o followermaker.exe -lm --target=i686-w64-mingw32 --sysroot=/usr/i686-w64-mingw32 -L/usr/lib/gcc/i686-w64-mingw32/12-win32 -lgcc -lgcc_eh - echo "Compile complete." artifacts: name: "Followermaker-windows"