Skip to content
Snippets Groups Projects
Commit bf03f862 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed tags syntax.

parent 7af98c83
No related branches found
No related tags found
1 merge request!174Added .gitlab-ci.yml
Pipeline #21170 failed
...@@ -8,7 +8,8 @@ stages: ...@@ -8,7 +8,8 @@ stages:
# Simulation stage # Simulation stage
############################################################################### ###############################################################################
sim-compile: sim-compile:
tags: fpga tags:
- fpga
stage: simulation stage: simulation
script: script:
- echo "Compiling for simulation" - echo "Compiling for simulation"
...@@ -19,7 +20,8 @@ sim-compile: ...@@ -19,7 +20,8 @@ sim-compile:
- build/ - build/
sim-run: sim-run:
tags: fpga tags:
- fpga
stage: simulation stage: simulation
script: script:
- echo "Running simulations" - echo "Running simulations"
...@@ -30,19 +32,22 @@ sim-run: ...@@ -30,19 +32,22 @@ sim-run:
# Synthesis stage # Synthesis stage
############################################################################### ###############################################################################
synth-compile: synth-compile:
tags: fpga tags:
- fpga
stage: synthesis stage: synthesis
script: script:
- echo "Compiling for synthesis" - echo "Compiling for synthesis"
synth-check-fmax: synth-check-fmax:
tags: fpga tags:
- fpga
stage: synthesis stage: synthesis
script: script:
- echo "Checking achieved fMax" - echo "Checking achieved fMax"
synth-check-programming-files: synth-check-programming-files:
tags: fpga tags:
- fpga
stage: synthesis stage: synthesis
script: script:
- echo "Checking if programming files have been generated" - echo "Checking if programming files have been generated"
...@@ -52,7 +57,8 @@ synth-check-programming-files: ...@@ -52,7 +57,8 @@ synth-check-programming-files:
# Hardware stage # Hardware stage
############################################################################### ###############################################################################
trigger-opc-ua-test: trigger-opc-ua-test:
tags: fpga tags:
- fpga
stage: hardware stage: hardware
only: only:
changes: changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment