Commit 7747c112 authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: save repo version when building

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 885f0a1c
......@@ -132,6 +132,7 @@ build-wr2rf:
- ./ci-scripts/build-wr2rf.sh
- mkdir -p $_BITSTREAM_DEST
- cp wr2rf.tar.xz $_BITSTREAM_DEST/
- cp wr2rf_ver.txt $_BITSTREAM_DEST/
after_script:
# Copy logs on failure
......
......@@ -27,3 +27,4 @@ vivado -mode tcl -source wr2rf_vme.tcl
git describe >> wr2rf_ver.txt
tar -cJf wr2rf.tar.xz *.rpt *.dcp *.bit wr2rf_ver.txt
cp wr2rf.tar.xz ../../..
cp wr2rf_ver.txt ../../..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment