mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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
|
||||
result*
|
||||
artifacts
|
||||
|
|
|
@ -11,6 +11,13 @@ test-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
|
||||
|
|
Loading…
Add table
Reference in a new issue