Commit 6be7f4a4 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Update .gitlab-ci.yml

parent afec48f3
......@@ -2,18 +2,18 @@ variables:
GIT_SUBMODULE_STRATEGY: normal
stages:
- compile
# - compile
- sim
# - syn
job_scb_top_8p_compile:
stage: compile
tags:
- modelsim_10.2a
script:
- /entrypoint.sh
- source ~/setup_modelsim.sh
- cd testbench/scb_top_8p; hdlmake makefile; make clean; make
#job_scb_top_8p_compile:
# stage: compile
# tags:
# - modelsim_10.2a
# script:
# - /entrypoint.sh
# - source ~/setup_modelsim.sh
# - cd testbench/scb_top_8p; hdlmake makefile; make clean; make
job_scb_top_8p_sim:
stage: sim
......
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