Compare commits
2 Commits
dbf19dc697
...
5f6672cf79
| Author | SHA1 | Date |
|---|---|---|
|
|
5f6672cf79 | |
|
|
3ce8a6eede |
|
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
test:
|
||||
group: poetry
|
||||
group: test
|
||||
image: python:${PYTHON_VERSION}
|
||||
pull: true
|
||||
environment:
|
||||
|
|
@ -10,12 +10,12 @@ pipeline:
|
|||
- poetry install
|
||||
- poetry run pytest
|
||||
nix:
|
||||
group: nix
|
||||
group: test
|
||||
image: nixos/nix:latest
|
||||
pull: true
|
||||
commands:
|
||||
- nix build
|
||||
- nix build .#docker
|
||||
- nix build --experimental-features 'nix-command flakes'
|
||||
- nix build --experimental-features 'nix-command flakes' .#docker
|
||||
|
||||
matrix:
|
||||
PYTHON_VERSION:
|
||||
|
|
|
|||
Loading…
Reference in New Issue