mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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:
|
||||
basic_env: &basic_env
|
||||
CI: true
|
||||
DAV_SERVER: xandikos
|
||||
restore_caches: &restore_caches
|
||||
restore_cache:
|
||||
keys:
|
||||
|
|
@ -139,6 +140,21 @@ jobs:
|
|||
|
||||
- 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:
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue