Run CI with Baikal too

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 11:54:49 +02:00
parent a0b814ec17
commit 96f1c41bee

View file

@ -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: |