From 7e9fa7463ee95c0a818e7a1be671d83f3490bb89 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 14 Feb 2018 20:42:32 +0100 Subject: [PATCH] Add iCloud to circleci (#717) fix #714 --- .circleci/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8358c64..0c17f0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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