Commit 5e64e247 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Update .gitlab-ci.yml

parent d27d43dc
Pipeline #3093 failed with stage
in 9 seconds
......@@ -147,6 +147,7 @@ job_wrpc_pxie_fmc:
# we need to install hdlmake since it doesn't exist in cce's images
- pip install hdlmake
- pip install six
- locale-gen --purge "en_US.UTF-8" && update-locale LANG=en_US.UTF-8 && export LC_ALL=en_US.UTF-8 && export LANG=en_US && export LANGUAGE=en_US && dpkg-reconfigure --frontend noninteractive locales && locale
- hdlmake makefile
- make files.tcl
- source /opt/Xilinx/Vivado/2018.3/settings64.sh
......
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