poetry2nix/.gitlab-ci.yml
2020-02-27 08:58:12 +00:00

23 lines
533 B
YAML

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
SKIP_TESTS: manylinux,preferWheel
script:
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
script:
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
graphs:
script:
- nix-shell --run 'mkdir -p artifacts && cd artifacts && poetry2nix-flamegraph'
artifacts:
paths:
- artifacts/
nixpkgs-fmt:
script:
- ./check-fmt