Merge pull request #959 from justincormack/ci-config

Add datakit CI control file
This commit is contained in:
Justin Cormack 2017-01-06 17:49:15 +00:00 committed by GitHub
commit b23c7107b5
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