Commit d557016 1 parent 46c69d8 commit d557016 Copy full SHA for d557016
File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 32
32
- name : Update pip reqs
33
33
run : python3 -m pip install --upgrade -r tools/requirements.txt --break-system-packages
34
34
- name : buck path
35
- run : echo "~/.cargo/bin" >> "$GITHUB_PATH"
35
+ run : echo "~/.cargo/bin;/opt/Xilinx/Vivado/2024.1/bin " >> "$GITHUB_PATH"
36
36
- name : Build grapefruit bitstream
37
37
run : buck2 build //hdl/projects/grapefruit:grapefruit --show-output
38
+ - uses : actions/upload-artifact@v4
39
+ with :
40
+ name : gfruit-image
41
+ path : " ./buck-out/v2/gen/root/**/*"
38
42
39
43
bsv-streams :
40
44
needs : changes
60
64
run : ./cobble build -v "//.*#bitstream"
61
65
working-directory : ./build
62
66
- name : backup build-dir
63
- run : cp -R ./build /tmp/cobble_build_bkup
67
+ run : cp -R ./build /tmp/cobble_build_bkup
68
+ - uses : actions/upload-artifact@v4
69
+ with :
70
+ name : bsv-images
71
+ path : " ./build/latest/**/*"
You can’t perform that action at this time.
0 commit comments