From 96f1c41beea8fb25376c1caa7c1862a175daa707 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 12 Jun 2021 11:54:49 +0200 Subject: [PATCH] Run CI with Baikal too --- .builds/tests-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.builds/tests-release.yaml b/.builds/tests-release.yaml index d87f903..5e7fa05 100644 --- a/.builds/tests-release.yaml +++ b/.builds/tests-release.yaml @@ -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: |