build unicode fonts

init/update git submodules
This commit is contained in:
Thomas Bernard 2019-05-28 17:03:29 +02:00
parent ee2ae58ed1
commit 282b472b71
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,6 @@
variables:
GIT_SUBMODULE_STRATEGY: normal
stages: stages:
- build - build
- pages - pages

View File

@ -5,7 +5,7 @@ endif
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer \ .PHONY: all tools grafx2 ziprelease 3rdparty win32installer \
doc doxygen docarchive doxygenarchive htmldoc \ doc doxygen docarchive doxygenarchive htmldoc \
updateversion updateversion unicodefonts
all: grafx2 tools all: grafx2 tools
@ -13,9 +13,12 @@ doc: doxygen
docarchive: doxygenarchive docarchive: doxygenarchive
grafx2: grafx2: unicodefonts
$(OPT)$(MAKE) -C src/ $(OPT)$(MAKE) -C src/
unicodefonts:
$(MAKE) -C tools/8x8fonts/
ziprelease: grafx2 ziprelease: grafx2
$(OPT)$(MAKE) -C src/ ziprelease $(OPT)$(MAKE) -C src/ ziprelease

View File

@ -1,4 +1,5 @@
install: install:
- git submodule update --init --recursive
- set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
- mingw32-make -v - mingw32-make -v
- make -v - make -v
@ -20,3 +21,6 @@ artifacts:
name: GrafX2 portable installation name: GrafX2 portable installation
- path: 'install\*.exe' - path: 'install\*.exe'
name: GrafX2 installer name: GrafX2 installer
on_failure:
- 'dir /S tools'