Add iCloud to circleci (#717)

fix #714
This commit is contained in:
Markus Unterwaditzer 2018-02-14 20:42:32 +01:00 committed by GitHub
parent 535911c9fd
commit 7e9fa7463e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,20 @@ jobs:
- 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:
docker:
- image: circleci/python:3.6
@ -189,6 +203,7 @@ workflows:
jobs:
- nextcloud
- fastmail
- icloud
- style
- py34-minimal
- py34-release