Skip to content

Instantly share code, notes, and snippets.

View protist's full-sized avatar

protist

View GitHub Profile
@protist
protist / gist:b8f758dad19c859dce2ec76408f0b443
Created November 4, 2016 04:40
makepkg for vdirsyncer 0.14.0-1
==> Starting check()...
if [ "false" = "true" ]; then \
coverage run --source=vdirsyncer/ --module pytest; \
else \
py.test; \
fi; \
STATUS="$?"; \
set -e; \
[ "false" != "true" ] || codecov; \
[ "false" != "true" ] || scripts/upload-hypothesis-db.sh; \