poetry2nix/.gitlab-ci.yml

24 lines
533 B
YAML
Raw Normal View History

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
SKIP_TESTS: manylinux,preferWheel
script:
2020-01-01 18:11:14 +00:00
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
2019-11-29 10:54:08 +00:00
script:
2019-12-28 00:32:07 +00:00
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
2019-12-12 17:26:18 +01:00
2020-02-27 08:58:12 +00:00
graphs:
script:
- nix-shell --run 'mkdir -p artifacts && cd artifacts && poetry2nix-flamegraph'
artifacts:
paths:
- artifacts/
2019-12-12 17:26:18 +01:00
nixpkgs-fmt:
script:
- ./check-fmt