mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
||||||
- docker-compose
|
- docker-compose
|
||||||
# Build dependencies:
|
# Build dependencies:
|
||||||
- python-pip
|
|
||||||
- python-wheel
|
- python-wheel
|
||||||
|
- python-build
|
||||||
|
- python-installer
|
||||||
|
- python-setuptools-scm
|
||||||
# Runtime dependencies:
|
# Runtime dependencies:
|
||||||
- python-atomicwrites
|
- python-atomicwrites
|
||||||
- python-click
|
- python-click
|
||||||
|
|
@ -37,8 +39,8 @@ tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
sudo systemctl start docker
|
sudo systemctl start docker
|
||||||
cd vdirsyncer
|
cd vdirsyncer
|
||||||
python setup.py build
|
python -m build --wheel --skip-dependency-check --no-isolation
|
||||||
sudo pip install --no-index .
|
sudo python -m installer dist/*.whl
|
||||||
- test: |
|
- test: |
|
||||||
cd vdirsyncer
|
cd vdirsyncer
|
||||||
make -e ci-test
|
make -e ci-test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue