This commit is contained in:
parent
8aba382413
commit
b5335fee7f
1 changed files with 10 additions and 5 deletions
|
@ -20,11 +20,16 @@ steps:
|
||||||
- .venv/bin/pytest -s tests/basic.py
|
- .venv/bin/pytest -s tests/basic.py
|
||||||
build:
|
build:
|
||||||
image: ghcr.io/astral-sh/uv:alpine
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
|
volumes:
|
||||||
|
- uv-cache:/uv-cache
|
||||||
|
environment:
|
||||||
|
UV_CACHE_DIR: /uv-cache
|
||||||
|
UV_LINK_MODE: copy
|
||||||
commands:
|
commands:
|
||||||
- uv build --wheel
|
- uv build --wheel
|
||||||
- ls -l dist
|
- ls -l dist
|
||||||
podman-privileged-test:
|
# podman-privileged-test:
|
||||||
image: quay.io/podman/stable
|
# image: quay.io/podman/stable
|
||||||
commands:
|
# commands:
|
||||||
- echo From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/
|
# - echo From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/
|
||||||
- podman build . -t playground-bis:testing
|
# - podman build . -t playground-bis:testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue