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

Update .gitlab-ci.yml file

parent 5c110fd6
No related branches found
No related tags found
No related merge requests found
Pipeline #49694 failed
...@@ -115,6 +115,7 @@ sim-compile: ...@@ -115,6 +115,7 @@ sim-compile:
tags: tags:
- fpga - fpga
stage: simulation stage: simulation
allow_failure: true
script: script:
- echo "Compiling for simulation" - echo "Compiling for simulation"
- mkdir build - mkdir build
...@@ -127,6 +128,7 @@ sim-run: ...@@ -127,6 +128,7 @@ sim-run:
tags: tags:
- fpga - fpga
stage: simulation stage: simulation
allow_failure: true
script: script:
- echo "Running simulations" - echo "Running simulations"
# - test -f "build/info.txt" # This fails despite having artifact (see # - test -f "build/info.txt" # This fails despite having artifact (see
...@@ -141,6 +143,7 @@ synth-compile: ...@@ -141,6 +143,7 @@ synth-compile:
tags: tags:
- fpga - fpga
stage: synthesis stage: synthesis
allow_failure: true
script: script:
- echo "Compiling for synthesis" - echo "Compiling for synthesis"
...@@ -148,6 +151,7 @@ synth-check-fmax: ...@@ -148,6 +151,7 @@ synth-check-fmax:
tags: tags:
- fpga - fpga
stage: synthesis stage: synthesis
allow_failure: true
script: script:
- echo "Checking achieved fMax" - echo "Checking achieved fMax"
...@@ -155,6 +159,7 @@ synth-check-programming-files: ...@@ -155,6 +159,7 @@ synth-check-programming-files:
tags: tags:
- fpga - fpga
stage: synthesis stage: synthesis
allow_failure: true
script: script:
- echo "Checking if programming files have been generated" - echo "Checking if programming files have been generated"
...@@ -165,6 +170,7 @@ synth-check-programming-files: ...@@ -165,6 +170,7 @@ synth-check-programming-files:
trigger-opc-ua-test: trigger-opc-ua-test:
stage: hardware stage: hardware
allow_failure: true
variables: variables:
HDL_BRANCH: '$CI_COMMIT_BRANCH' HDL_BRANCH: '$CI_COMMIT_BRANCH'
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment