Add flamegraph artifacts to CI

This commit is contained in:
adisbladis 2020-02-27 08:58:12 +00:00
parent ccf5654e3c
commit e50b9c96db
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.egg-info
result*
artifacts

View file

@ -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