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

.gitlab-ci.yml: test2

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 7c53f750
Pipeline #5384 passed with stages
in 178 minutes and 9 seconds
......@@ -50,12 +50,15 @@ job_scb_top_8p_syn:
- python gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_8ports
- which hdlmake
- hdlmake --version
- hdlmake makefile
- make
after_script:
- du -sh *
- tar cJvf ../repo.tar.xz --exclude=.git *
- mv ../repo.tar.xz .
- tar cJvf hdlmake.tar.xz /usr/local/bin/hdlmake*
- tar cJvf syn-report.tar.xz syn
- ls -l .
artifacts:
......@@ -70,6 +73,7 @@ job_scb_top_8p_syn:
- syn/scb_8ports/*.twr
- syn-report.tar.xz
- repo.tar.xz
- hdlmake.tar.xz
job_scb_top_18p_syn:
stage: syn
......@@ -87,6 +91,8 @@ job_scb_top_18p_syn:
- python gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_18ports
- which hdlmake
- hdlmake --version
- hdlmake makefile
- make
after_script:
......@@ -94,6 +100,7 @@ job_scb_top_18p_syn:
- tar cJvf ../repo.tar.xz --exclude=.git *
- mv ../repo.tar.xz .
- tar cJvf syn-report.tar.xz syn
- tar cJvf hdlmake.tar.xz /usr/local/bin/hdlmake*
- ls -l .
artifacts:
name: SCB_TOP_18P_CI_$CI_JOB_ID
......@@ -106,3 +113,4 @@ job_scb_top_18p_syn:
- syn/scb_18ports/*.twr
- syn-report.tar.xz
- repo.tar.xz
- hdlmake.tar.xz
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