Skip to content

Commit

Permalink
Added artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 25, 2024
1 parent 7e8d3c7 commit 0be250d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ init:
stage: init
script:
- cd golden-model; source setup-py.sh
artifacts:
when: always
expire_in: 1 week
paths: [ golden-model/venv ]


.base:
artifacts:
Expand All @@ -27,6 +32,10 @@ init:
- source scripts/${SETUP_CONFIG}.sh
- make update-ips
- make build-hw
artifacts:
when: always
expire_in: 1 week
paths: [ .bender, scripts/compile.tcl ]

redmule-build-hwpe:
extends: .redmule-build-tpl
Expand Down

0 comments on commit 0be250d

Please sign in to comment.