Commit abfeb2a5 authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: test

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 73ed763b
Pipeline #5343 failed with stages
in 8 minutes and 5 seconds
......@@ -32,7 +32,8 @@ job_scb_top_sim:
job_scb_top_8p_syn:
stage: syn
tags:
- xilinx_ISE_14.7
- xilinx_ISE_14.7
image: gitlab-registry.cern.ch/be-cem-edl/evergreen/gitlab-ci/xilinx-ise14.7
script:
- /entrypoint.sh
- source ~/setup_ise147.sh
......@@ -45,7 +46,11 @@ job_scb_top_8p_syn:
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_8ports
- hdlmake makefile
- make
- cd ${CI_PROJECT_DIR}
- pwd
- ls -l
#- tar cf repo.tar
#- make
artifacts:
name: SCB_TOP_8P_CI_$CI_JOB_ID
paths:
......
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