add nix steeps
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
673cb7f1ef
commit
dbf19dc697
|
|
@ -1,5 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
|
group: poetry
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -8,6 +9,13 @@ pipeline:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
nix:
|
||||||
|
group: nix
|
||||||
|
image: nixos/nix:latest
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- nix build
|
||||||
|
- nix build .#docker
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
PYTHON_VERSION:
|
PYTHON_VERSION:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue