mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Test radicale and xandikos again (#715)
This commit is contained in:
parent
9c3a2b48e9
commit
4d3860d449
1 changed files with 16 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ version: 2
|
||||||
references:
|
references:
|
||||||
basic_env: &basic_env
|
basic_env: &basic_env
|
||||||
CI: true
|
CI: true
|
||||||
|
DAV_SERVER: xandikos
|
||||||
restore_caches: &restore_caches
|
restore_caches: &restore_caches
|
||||||
restore_cache:
|
restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
|
@ -139,6 +140,21 @@ jobs:
|
||||||
|
|
||||||
- run: make -e test
|
- run: make -e test
|
||||||
|
|
||||||
|
py36-release-radicale:
|
||||||
|
docker:
|
||||||
|
- image: circleci/python:3.6
|
||||||
|
environment:
|
||||||
|
<<: *basic_env
|
||||||
|
REQUIREMENTS: release
|
||||||
|
DAV_SERVER: radicale
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- *restore_caches
|
||||||
|
- *basic_setup
|
||||||
|
- *save_caches
|
||||||
|
|
||||||
|
- run: make -e test
|
||||||
|
|
||||||
py36-devel:
|
py36-devel:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue