drone-webdav/Makefile
2020-05-18 18:08:06 -07:00

12 lines
290 B
Makefile

.PHONY: clean all
.PHONY: default
default: test
.PHONY: test
test:
docker-compose -f ./tests/docker-compose-private.yml up \
--abort-on-container-exit --exit-code-from plugin
docker-compose -f ./tests/docker-compose-public.yml up \
--abort-on-container-exit --exit-code-from plugin