mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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/
|
||||
CODECOV_PATH = /tmp/codecov.sh
|
||||
|
||||
all:
|
||||
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
||||
|
||||
ifeq ($(CI), true)
|
||||
test:
|
||||
curl -s https://codecov.io/bash > $(CODECOV_PATH)
|
||||
|
|
@ -59,9 +62,6 @@ test:
|
|||
$(PYTEST)
|
||||
endif
|
||||
|
||||
all:
|
||||
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
||||
|
||||
install-servers:
|
||||
set -ex; \
|
||||
for server in $(DAV_SERVER); do \
|
||||
|
|
|
|||
Loading…
Reference in a new issue