Commit 7e94f4bb authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: fake wr2rf.tar.xz for fast build

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent f4487c35
......@@ -115,7 +115,9 @@ build-wr2rf:
- echo "Building..."
#- ./ci-scripts/build-wr2rf.sh
# TODO: remove!
- git describe --dirty >> wr2rf.tar.xz
- git describe --dirty >> wr2rf_repo_verx.txt
- touch wr2rf_vme.bit
- tar -cJf wr2rf.tar.xz wr2rf_vme.bit wr2rf_repo_verx.txt
- mkdir -p $_BITSTREAM_DEST
- cp wr2rf.tar.xz $_BITSTREAM_DEST/
......
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