diff --git a/.builds/style.yaml b/.builds/style.yaml deleted file mode 100644 index 12c5862..0000000 --- a/.builds/style.yaml +++ /dev/null @@ -1,16 +0,0 @@ -image: archlinux -packages: - - docker - - docker-compose - - python-pip -sources: - - https://github.com/pimutils/vdirsyncer -tasks: - - setup: | - cd vdirsyncer - make -e install-style - - test: | - cd vdirsyncer - # Non-system python is used for packages: - export PATH=$PATH:~/.local/bin/ - make -e style diff --git a/.builds/tests-release.yaml b/.builds/tests-release.yaml index 0a75f27..aad143f 100644 --- a/.builds/tests-release.yaml +++ b/.builds/tests-release.yaml @@ -16,6 +16,7 @@ tasks: cd vdirsyncer sudo systemctl start docker DAV_SERVER="radicale xandikos" make -e install-test + make -e install-style - test: | cd vdirsyncer # Non-system python is used for packages: @@ -23,3 +24,6 @@ tasks: make -e ci-test DAV_SERVER=radicale make -e ci-test-storage DAV_SERVER=xandikos make -e ci-test-storage + - style: | + make -e install-style + make -e style