mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Reenable davical (#728)
This commit is contained in:
parent
d26258807e
commit
8cedf13fdf
2 changed files with 17 additions and 1 deletions
|
|
@ -74,6 +74,21 @@ jobs:
|
||||||
|
|
||||||
- run: make -e storage-test
|
- run: make -e storage-test
|
||||||
|
|
||||||
|
davical:
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.6
|
||||||
|
environment:
|
||||||
|
<<: *basic_env
|
||||||
|
DAV_SERVER: davical
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- *restore_caches
|
||||||
|
- *basic_setup
|
||||||
|
- run: make -e install-dev install-test
|
||||||
|
- *save_caches
|
||||||
|
|
||||||
|
- run: make -e storage-test
|
||||||
|
|
||||||
style:
|
style:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
|
|
@ -216,6 +231,7 @@ workflows:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- fastmail
|
- fastmail
|
||||||
- icloud
|
- icloud
|
||||||
|
- davical
|
||||||
- style
|
- style
|
||||||
- py34-minimal
|
- py34-minimal
|
||||||
- py34-release
|
- py34-release
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ try:
|
||||||
# Those credentials are configured through the Travis UI
|
# Those credentials are configured through the Travis UI
|
||||||
'username': os.environ['DAVICAL_USERNAME'].strip(),
|
'username': os.environ['DAVICAL_USERNAME'].strip(),
|
||||||
'password': os.environ['DAVICAL_PASSWORD'].strip(),
|
'password': os.environ['DAVICAL_PASSWORD'].strip(),
|
||||||
'url': 'https://brutus.lostpackets.de/davical-test/caldav.php/',
|
'url': 'https://caesar.lostpackets.de/davical-test/caldav.php/',
|
||||||
}
|
}
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
caldav_args = None
|
caldav_args = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue