Skip to content

Commit

Permalink
Get Vivado reports for runs
Browse files Browse the repository at this point in the history
These reports contain the resource usage and other important information
to evaluate the CI runs.
  • Loading branch information
imphil committed Feb 22, 2019
1 parent da7b7ef commit 2386059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ build-ext-compute_tile_vcu108_eightcore_usb3:
when: always
paths:
- build/*/*-vivado/*.bit
- build/*/*-vivado/*.runs/synth_1/runme.log
- build/*/*-vivado/*.runs/impl_1/runme.log
- build/*/*-vivado/*.runs/*/runme.log
- build/*/*-vivado/*.runs/*/*.rpt
- examples-ext
dependencies:
- get-src-optimsoc
Expand All @@ -152,8 +152,8 @@ build-ext-system_2x2_cccc_vcu108_dualcore_usb3:
when: always
paths:
- build/*/*-vivado/*.bit
- build/*/*-vivado/*.runs/synth_1/runme.log
- build/*/*-vivado/*.runs/impl_1/runme.log
- build/*/*-vivado/*.runs/*/runme.log
- build/*/*-vivado/*.runs/*/*.rpt
- examples-ext
dependencies:
- get-src-optimsoc
Expand Down

0 comments on commit 2386059

Please sign in to comment.