mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Update ArchLinux CI setup
This commit is contained in:
parent
a2eda52b71
commit
a41cf64b6c
1 changed files with 5 additions and 3 deletions
|
|
@ -5,8 +5,10 @@ packages:
|
|||
- docker
|
||||
- docker-compose
|
||||
# Build dependencies:
|
||||
- python-pip
|
||||
- python-wheel
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-setuptools-scm
|
||||
# Runtime dependencies:
|
||||
- python-atomicwrites
|
||||
- python-click
|
||||
|
|
@ -37,8 +39,8 @@ tasks:
|
|||
- setup: |
|
||||
sudo systemctl start docker
|
||||
cd vdirsyncer
|
||||
python setup.py build
|
||||
sudo pip install --no-index .
|
||||
python -m build --wheel --skip-dependency-check --no-isolation
|
||||
sudo python -m installer dist/*.whl
|
||||
- test: |
|
||||
cd vdirsyncer
|
||||
make -e ci-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue