mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Show a useful help message by default
This commit is contained in:
parent
7b0d6671da
commit
39ccc168b2
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -38,6 +38,9 @@ endif
|
||||||
PYTEST = py.test $(PYTEST_ARGS)
|
PYTEST = py.test $(PYTEST_ARGS)
|
||||||
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)
|
||||||
|
|
||||||
ci-test:
|
ci-test:
|
||||||
curl -s https://codecov.io/bash > $(CODECOV_PATH)
|
curl -s https://codecov.io/bash > $(CODECOV_PATH)
|
||||||
$(PYTEST) tests/unit/
|
$(PYTEST) tests/unit/
|
||||||
|
|
@ -57,9 +60,6 @@ ci-test-storage:
|
||||||
test:
|
test:
|
||||||
$(PYTEST)
|
$(PYTEST)
|
||||||
|
|
||||||
all:
|
|
||||||
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)
|
|
||||||
|
|
||||||
install-test: install-dev
|
install-test: install-dev
|
||||||
pip install -Ur test-requirements.txt
|
pip install -Ur test-requirements.txt
|
||||||
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
|
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue