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:
|
||||
test:
|
||||
group: poetry
|
||||
image: python:${PYTHON_VERSION}
|
||||
pull: true
|
||||
environment:
|
||||
|
|
@ -8,6 +9,13 @@ pipeline:
|
|||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pytest
|
||||
nix:
|
||||
group: nix
|
||||
image: nixos/nix:latest
|
||||
pull: true
|
||||
commands:
|
||||
- nix build
|
||||
- nix build .#docker
|
||||
|
||||
matrix:
|
||||
PYTHON_VERSION:
|
||||
|
|
|
|||
Loading…
Reference in New Issue