mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Move all target to top again
This commit is contained in:
parent
325304c50f
commit
cbb15e1895
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -45,6 +45,9 @@ PYTEST = py.test $(PYTEST_ARGS)
|
||||||
export TESTSERVER_BASE := ./tests/storage/servers/
|
export TESTSERVER_BASE := ./tests/storage/servers/
|
||||||
CODECOV_PATH = /tmp/codecov.sh
|
CODECOV_PATH = /tmp/codecov.sh
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
||||||
|
|
||||||
ifeq ($(CI), true)
|
ifeq ($(CI), true)
|
||||||
test:
|
test:
|
||||||
curl -s https://codecov.io/bash > $(CODECOV_PATH)
|
curl -s https://codecov.io/bash > $(CODECOV_PATH)
|
||||||
|
|
@ -59,9 +62,6 @@ test:
|
||||||
$(PYTEST)
|
$(PYTEST)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
|
||||||
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
|
||||||
|
|
||||||
install-servers:
|
install-servers:
|
||||||
set -ex; \
|
set -ex; \
|
||||||
for server in $(DAV_SERVER); do \
|
for server in $(DAV_SERVER); do \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue