Skip to content

Commit 7e28562

Browse files
committed
[ci] Add mingw 32 bit ndll build
Since both 32 bit and 64 bit are built by default, it is worth checking that the 32 bit build succeeds as well.
1 parent 3eee8f1 commit 7e28562

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,19 @@ jobs:
276276
277277
- name: Rebuild Lime (Windows, Mingw)
278278
run: |
279+
rm ndll/Windows/*
279280
rm ndll/Windows64/*
281+
lime rebuild windows -Dmingw -D MINGW_ROOT=C:\mingw64 -32 -clean -release -nocolor -verbose -nocffi
280282
lime rebuild windows -Dmingw -D MINGW_ROOT=C:\mingw64 -64 -clean -release -nocolor -verbose -nocffi
281283
284+
- uses: actions/upload-artifact@v4
285+
with:
286+
name: Windows32-MinGW-NDLL
287+
path: |
288+
ndll/Windows/
289+
!**/.gitignore
290+
if-no-files-found: error
291+
282292
- uses: actions/upload-artifact@v4
283293
with:
284294
name: Windows64-MinGW-NDLL

0 commit comments

Comments
 (0)