1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00

add ci script for backend apps

This commit is contained in:
lxsang
2020-06-26 10:20:20 +02:00
parent 757ebdd4ee
commit c6a32a2b64
32 changed files with 6 additions and 2009 deletions

View File

@ -1,5 +1,5 @@
BUILDDIR?=./build
PROJS?=grs info blog apps os doc ci
PROJS?=grs info blog os doc ci
copyfiles = index.ls mimes.json
main: copy
for f in $(PROJS); do BUILDDIR=$(BUILDDIR)/"$${f}" make -C "$${f}" ; done