build unicode fonts
init/update git submodules
This commit is contained in:
parent
ee2ae58ed1
commit
282b472b71
@ -1,3 +1,6 @@
|
|||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- pages
|
- pages
|
||||||
|
|||||||
7
Makefile
7
Makefile
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user