build Win32 installer with gitlab-ci

call "make ziprelease" if needed
This commit is contained in:
Thomas Bernard
2018-05-13 22:51:44 +02:00
parent d72fb40b27
commit 1147a8f49f
4 changed files with 26 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ OPT = WIN32CROSS=1 \
endif
.PHONY: all tools grafx2 ziprelease 3rdparty
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer
all: grafx2 tools
@@ -18,3 +18,6 @@ tools:
3rdparty:
cd 3rdparty/ && $(OPT)$(MAKE)
win32installer:
$(MAKE) -C install/