1
0
Fork 0

ci: add i686-w64-mingw32 build

This commit is contained in:
Thomas Touhey 2024-04-17 00:41:46 +02:00
parent 91787bb6c4
commit 97eb14fb2d
1 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,14 @@ build (linux):
- cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
build (mingw-w64):
build (i686-w64-mingw32):
stage: build
image: registry.gitlab.com/cahuteproject/docker-images/mingw-w64:latest
script:
- i686-w64-mingw32-cmake -B build -S .
- cmake --build build
build (x86_64-w64-mingw32):
stage: build
image: registry.gitlab.com/cahuteproject/docker-images/mingw-w64:latest
script: