CI: execute tests
This commit is contained in:
5
Makefile
5
Makefile
@@ -5,7 +5,7 @@ endif
|
||||
|
||||
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer \
|
||||
doc doxygen docarchive doxygenarchive htmldoc \
|
||||
updateversion unicodefonts
|
||||
updateversion unicodefonts check
|
||||
|
||||
all: grafx2 tools
|
||||
|
||||
@@ -13,6 +13,9 @@ doc: doxygen
|
||||
|
||||
docarchive: doxygenarchive
|
||||
|
||||
check:
|
||||
$(OPT)$(MAKE) -C src/ check
|
||||
|
||||
grafx2: unicodefonts
|
||||
$(OPT)$(MAKE) -C src/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user