From ec5bfcde10c23686055ddf94c99024de0c6efca7 Mon Sep 17 00:00:00 2001 From: Pieter Donker <donker@astron.nl> Date: Wed, 22 Mar 2023 18:15:35 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e77dc05286..edb15bba7c 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 ############################################################################### -- GitLab