Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
e676a7df74 | |||
87e7554910 | |||
020fa9f119 | |||
63b6b433fc | |||
b1a5059643 | |||
471a25e19d | |||
0d1efefd19 | |||
a9fa267252 | |||
951718f764 |
2 changed files with 13 additions and 6 deletions
|
@ -7,7 +7,8 @@ depends_on:
|
|||
|
||||
steps:
|
||||
python_sync:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
pull: true
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -17,7 +18,7 @@ steps:
|
|||
- uv sync
|
||||
|
||||
python_build:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -28,13 +29,12 @@ steps:
|
|||
- uv cache prune --ci
|
||||
|
||||
python_publish:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
UV_CACHE_DIR: /uv-cache
|
||||
UV_LINK_MODE: copy
|
||||
environment:
|
||||
OWNER: philorg
|
||||
REGISTRY_URL: https://code.philo.ydns.eu
|
||||
REGISTRY_TOKEN:
|
||||
|
|
|
@ -6,7 +6,8 @@ when:
|
|||
|
||||
steps:
|
||||
sync:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
pull: true
|
||||
volumes:
|
||||
- uv-cache:/uv-cache
|
||||
environment:
|
||||
|
@ -16,6 +17,12 @@ steps:
|
|||
- uv sync
|
||||
|
||||
test:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
image: code.philo.ydns.eu/philorg/uv-geo
|
||||
environment:
|
||||
TREETRAIL_DB_HOST: treetrail-database
|
||||
commands:
|
||||
- .venv/bin/pytest -s tests/basic.py
|
||||
|
||||
services:
|
||||
treetrail-database:
|
||||
image: code.philo.ydns.eu/philorg/treetrail-database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue