gitlab-ci: build win32 version with WIN32 API

This commit is contained in:
Thomas Bernard 2018-06-21 13:42:48 +02:00
parent 4773a50e85
commit 509f82d04d

View File

@ -23,6 +23,9 @@ job_win32:
- "WIN32CROSS=1 make -j3"
- "WIN32CROSS=1 make ziprelease"
- "WIN32CROSS=1 make win32installer"
- "WIN32CROSS=1 API=win32 make -j3"
- "WIN32CROSS=1 API=win32 make ziprelease"
- "WIN32CROSS=1 API=win32 make win32installer"
artifacts:
paths:
- "*.zip"