mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Add flamegraph artifacts to CI
This commit is contained in:
parent
ccf5654e3c
commit
e50b9c96db
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
result*
|
result*
|
||||||
|
artifacts
|
||||||
|
|
|
@ -11,6 +11,13 @@ test-unstable:
|
||||||
script:
|
script:
|
||||||
- nix-shell -p git --run "nix-build --no-out-link --show-trace tests"
|
- 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:
|
nixpkgs-fmt:
|
||||||
script:
|
script:
|
||||||
- ./check-fmt
|
- ./check-fmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue