add nix steeps
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Histausse 2023-05-20 22:22:18 +02:00
parent 673cb7f1ef
commit dbf19dc697
1 changed files with 8 additions and 0 deletions

View File

@ -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: