2019-12-12 18:18:14 +01:00
|
|
|
test-19.09:
|
|
|
|
variables:
|
|
|
|
NIX_PATH: nixpkgs=channel:nixos-19.09
|
2020-01-12 19:56:45 +00:00
|
|
|
SKIP_TESTS: manylinux,preferWheel
|
2019-12-12 18:18:14 +01:00
|
|
|
script:
|
2020-01-01 18:11:14 +00:00
|
|
|
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
|
2019-12-12 18:18:14 +01:00
|
|
|
|
|
|
|
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
|