drone-webdav/Makefile

14 lines
348 B
Makefile
Raw Normal View History

.PHONY: clean all
.PHONY: default
default: test
.PHONY: test
test:
docker-compose -f ./tests/docker-compose-private.yml up \
2020-05-19 02:06:17 +00:00
--build --force-recreate \
--abort-on-container-exit --exit-code-from plugin
docker-compose -f ./tests/docker-compose-public.yml up \
2020-05-19 02:06:17 +00:00
--build --force-recreate \
--abort-on-container-exit --exit-code-from plugin