mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
|
||||
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:
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
|
|
@ -216,6 +231,7 @@ workflows:
|
|||
- nextcloud
|
||||
- fastmail
|
||||
- icloud
|
||||
- davical
|
||||
- style
|
||||
- py34-minimal
|
||||
- py34-release
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ try:
|
|||
# Those credentials are configured through the Travis UI
|
||||
'username': os.environ['DAVICAL_USERNAME'].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:
|
||||
caldav_args = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue