Add datakit CI control file

This controls build with AUFS=1 so we can build in parallel.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-01-06 15:07:53 +00:00
parent 95473adf67
commit 98a98bcd5c
2 changed files with 1 additions and 7 deletions

1
.datakitci.json Normal file
View File

@ -0,0 +1 @@
{"variants":["aufs"]}

View File

@ -100,18 +100,11 @@ ci:
$(MAKE) all $(MAKE) all
$(MAKE) test $(MAKE) test
$(MAKE) media $(MAKE) media
$(MAKE) clean
$(MAKE) AUFS=1 all
$(MAKE) AUFS=1 test
$(MAKE) AUFS=1 media
ci-pr: ci-pr:
$(MAKE) clean $(MAKE) clean
$(MAKE) all $(MAKE) all
$(MAKE) test $(MAKE) test
$(MAKE) clean
$(MAKE) AUFS=1 all
$(MAKE) AUFS=1 test
.PHONY: clean .PHONY: clean