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

add ci control

This commit is contained in:
lxsang
2020-06-25 21:55:55 +02:00
parent 0da98332c5
commit 41b25648ac
4 changed files with 53 additions and 2 deletions

View File

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