Tidy up CI build definitions

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 14:47:15 +02:00
parent 39ccc168b2
commit 3bf4bd079d
3 changed files with 4 additions and 7 deletions

View file

@ -29,13 +29,11 @@ environment:
# TODO: ETESYNC_TESTS
tasks:
- setup: |
sudo systemctl start docker
cd vdirsyncer
python setup.py build
sudo pip install --no-index .
sudo systemctl start docker
- test: |
cd vdirsyncer
# Non-system python is used for packages:
export PATH=$PATH:~/.local/bin/
make -e ci-test
make -e ci-test-storage

View file

@ -19,8 +19,8 @@ environment:
# TODO: ETESYNC_TESTS
tasks:
- setup: |
cd vdirsyncer
sudo systemctl start docker
cd vdirsyncer
make -e install-test
- test: |
cd vdirsyncer

View file

@ -16,10 +16,9 @@ environment:
# TODO: ETESYNC_TESTS
tasks:
- setup: |
cd vdirsyncer
sudo systemctl start docker
make -e install-test
make -e install-style
cd vdirsyncer
make -e install-test -e install-style
- test: |
cd vdirsyncer
# Non-system python is used for packages: