Commit 76853318 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Update .gitlab-ci.yml

parent 937e0d4b
......@@ -19,13 +19,12 @@ job_scb_top_sim:
stage: sim
tags:
- modelsim_10.2a
before_script:
- git submodule sync
script:
- /entrypoint.sh
- source ~/setup_modelsim.sh
- export GIT_SSL_NO_VERIFY=1
- git submodule init & git submodule update
- git config --global http.sslverify false
- export GIT_SSL_NO_VERIFY=true
- git submodule update
- ls -la ip-cores/general-cores/
- apt-get install -y python
- cd top/bare_top
......
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