mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
535911c9fd
commit
7e9fa7463e
1 changed files with 15 additions and 0 deletions
|
|
@ -57,6 +57,20 @@ jobs:
|
||||||
|
|
||||||
- run: make -e storage-test
|
- run: make -e storage-test
|
||||||
|
|
||||||
|
icloud:
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.6
|
||||||
|
environment:
|
||||||
|
<<: *basic_env
|
||||||
|
DAV_SERVER: icloud
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- *restore_caches
|
||||||
|
- *basic_setup
|
||||||
|
- *save_caches
|
||||||
|
|
||||||
|
- run: make -e storage-test
|
||||||
|
|
||||||
style:
|
style:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
|
|
@ -189,6 +203,7 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- fastmail
|
- fastmail
|
||||||
|
- icloud
|
||||||
- style
|
- style
|
||||||
- py34-minimal
|
- py34-minimal
|
||||||
- py34-release
|
- py34-release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue