mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Run CI with Baikal too
This commit is contained in:
parent
a0b814ec17
commit
96f1c41bee
1 changed files with 2 additions and 1 deletions
|
|
@ -17,13 +17,14 @@ tasks:
|
|||
- setup: |
|
||||
cd vdirsyncer
|
||||
sudo systemctl start docker
|
||||
DAV_SERVER="radicale xandikos" make -e install-test
|
||||
DAV_SERVER="radicale xandikos baikal" make -e install-test
|
||||
make -e install-style
|
||||
- test: |
|
||||
cd vdirsyncer
|
||||
# Non-system python is used for packages:
|
||||
export PATH=$PATH:~/.local/bin/
|
||||
make -e ci-test
|
||||
DAV_SERVER=baikal make -e ci-test-storage
|
||||
DAV_SERVER=radicale make -e ci-test-storage
|
||||
DAV_SERVER=xandikos make -e ci-test-storage
|
||||
- style: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue