diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e77dc052869e8c289d4b9caca3ca518d2a2ab801..edb15bba7c4db5f8de1c71e895d7d5cd60803aae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 stages: - - linting - simulation - synthesis - 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 ###############################################################################