Skip to content

Commit

Permalink
Merge: ci: generate metrics output in an artifact file
Browse files Browse the repository at this point in the history
Results for nitmetrics should be easily available.

Pull-Request: nitlang#2771
  • Loading branch information
privat committed Jul 15, 2019
2 parents bf0c76c + 9da9302 commit 093e77e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ nitmetrics:
dependencies:
- build_more_tools
script:
- nitmetrics --all --log --log-dir nitmetrics.out --dir nitmetrics.out --keep-going lib src
- mkdir -p nitmetrics.out
- nitmetrics --all --log --log-dir nitmetrics.out --dir nitmetrics.out --keep-going lib src | tee nitmetrics.out/metrics.txt
artifacts:
paths:
- nitmetrics.out
Expand Down

0 comments on commit 093e77e

Please sign in to comment.