Commit 603cbacc authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

CI: use new runners

parent a246b378
Pipeline #369 failed with stages
in 19 seconds
before_script:
- source /opt/Xilinx/14.7/ISE_DS/settings64.sh
- source /home/gitlab-runner/setup_modelsim_10_0c.sh
stages: stages:
- wrpc_compile - wrpc_compile
- wrpc_syn - wrpc_syn
...@@ -9,15 +5,23 @@ stages: ...@@ -9,15 +5,23 @@ stages:
job_wrpc_compile: job_wrpc_compile:
stage: wrpc_compile stage: wrpc_compile
tags:
- modelsim
- 10.0c
script: script:
- source ~/setup_modelsim.sh
- git submodule init; git submodule update - git submodule init; git submodule update
- cd testbench/wrc_core; hdlmake; make clean; make - cd testbench/wrc_core; hdlmake; make clean; make
job_wrpc_sim: job_wrpc_sim:
stage: wrpc_sim stage: wrpc_sim
tags:
- modelsim
- 10.0c
only: only:
- schedules - schedules
script: script:
- source ~/setup_modelsim.sh
- git submodule init; git submodule update - git submodule init; git submodule update
- cd testbench && make - cd testbench && make
artifacts: artifacts:
...@@ -29,7 +33,10 @@ job_wrpc_sim: ...@@ -29,7 +33,10 @@ job_wrpc_sim:
job_wrpc_spec: job_wrpc_spec:
stage: wrpc_syn stage: wrpc_syn
tags:
- ise
script: script:
- source ~/setup_ise.sh
- git submodule init; git submodule update - git submodule init; git submodule update
- cd syn/spec_ref_design && hdlmake && make - cd syn/spec_ref_design && hdlmake && make
artifacts: artifacts:
......
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