Skip to content
Snippets Groups Projects
Commit ec5bfcde authored by Pieter Donker's avatar Pieter Donker
Browse files

Update .gitlab-ci.yml file

parent da2887a9
No related branches found
No related tags found
No related merge requests found
Pipeline #46076 passed
...@@ -26,25 +26,10 @@ ...@@ -26,25 +26,10 @@
# . See https://support.astron.nl/confluence/display/L2M/L3+SDP+Decision%3A+Gitlab+pipeline+automation+to+test+SDPFW+with+OPC+UA # . See https://support.astron.nl/confluence/display/L2M/L3+SDP+Decision%3A+Gitlab+pipeline+automation+to+test+SDPFW+with+OPC+UA
stages: stages:
- linting
- simulation - simulation
- synthesis - synthesis
- hardware - hardware
lint-vhdl-libraries:
tags:
- hdl
stage: linting
allow_failure: true
before_script:
- DEBIAN_FRONTEND=noninteractive apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip python3-ipython
- pip3 install vsg --use-pep517
script:
- cd libraries
- find . -name "*.vhd" -exec vsg -f {} \;
############################################################################### ###############################################################################
# HDL simulation stage # HDL simulation stage
############################################################################### ###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment