feat: added 'report' step to cat the valgrind output file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b03ea5bb1
commit
964722949e
@ -14,12 +14,19 @@ steps:
|
||||
- make
|
||||
|
||||
- name: test
|
||||
pull: always
|
||||
pull: if-not-exists
|
||||
image: immawanderer/archlinux-cdev:latest
|
||||
depends_on:
|
||||
- build
|
||||
commands:
|
||||
- echo -e "9000\n$(shuf -i 1-900000 -n 1)\n1" | valgrind ./test > output
|
||||
|
||||
- name: report
|
||||
pull: if-not-exists
|
||||
image: immawanderer/archlinux-cdev:latest
|
||||
depends_on:
|
||||
- test
|
||||
commands:
|
||||
- cat ./output
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user