mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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: |
|
- setup: |
|
||||||
cd vdirsyncer
|
cd vdirsyncer
|
||||||
sudo systemctl start docker
|
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
|
make -e install-style
|
||||||
- test: |
|
- test: |
|
||||||
cd vdirsyncer
|
cd vdirsyncer
|
||||||
# Non-system python is used for packages:
|
# Non-system python is used for packages:
|
||||||
export PATH=$PATH:~/.local/bin/
|
export PATH=$PATH:~/.local/bin/
|
||||||
make -e ci-test
|
make -e ci-test
|
||||||
|
DAV_SERVER=baikal make -e ci-test-storage
|
||||||
DAV_SERVER=radicale make -e ci-test-storage
|
DAV_SERVER=radicale make -e ci-test-storage
|
||||||
DAV_SERVER=xandikos make -e ci-test-storage
|
DAV_SERVER=xandikos make -e ci-test-storage
|
||||||
- style: |
|
- style: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue