Skip to content

Commit

Permalink
Store rsb-report artifact when build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
holzingk committed Mar 11, 2019
1 parent bed8dd7 commit 81dd5fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- run:
command: cd $TOOLCHAIN_PATH; ./build/build.sh
no_output_timeout: 90m
- run:
command: |
mkdir -p /tmp/rsb-reports
cp $TOOLCHAIN_PATH/rtems-source-builder/rtems/rsb-report* /tmp/rsb-reports
when: on_fail
- store_artifacts:
path: /tmp/rsb-reports
- persist_to_workspace:
root: /opt
paths:
Expand Down

0 comments on commit 81dd5fd

Please sign in to comment.