gitlab-ci: build win32 version with WIN32 API
This commit is contained in:
parent
4773a50e85
commit
509f82d04d
@ -23,6 +23,9 @@ job_win32:
|
|||||||
- "WIN32CROSS=1 make -j3"
|
- "WIN32CROSS=1 make -j3"
|
||||||
- "WIN32CROSS=1 make ziprelease"
|
- "WIN32CROSS=1 make ziprelease"
|
||||||
- "WIN32CROSS=1 make win32installer"
|
- "WIN32CROSS=1 make win32installer"
|
||||||
|
- "WIN32CROSS=1 API=win32 make -j3"
|
||||||
|
- "WIN32CROSS=1 API=win32 make ziprelease"
|
||||||
|
- "WIN32CROSS=1 API=win32 make win32installer"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "*.zip"
|
- "*.zip"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user