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

-Renamed stage to fix error.

parent 00faf5c1
No related branches found
No related tags found
1 merge request!174Added .gitlab-ci.yml
Pipeline #21038 failed
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
############################################################################### ###############################################################################
# Simulation stage # Simulation stage
############################################################################### ###############################################################################
compile: sim-compile:
stage: simulation stage: simulation
script: script:
- echo "Compiling for simulation" - echo "Compiling for simulation"
...@@ -17,7 +17,7 @@ compile: ...@@ -17,7 +17,7 @@ compile:
paths: paths:
- build/ - build/
run: sim-run:
stage: simulation stage: simulation
script: script:
- echo "Running simulations" - echo "Running simulations"
...@@ -27,17 +27,17 @@ run: ...@@ -27,17 +27,17 @@ run:
############################################################################### ###############################################################################
# Synthesis stage # Synthesis stage
############################################################################### ###############################################################################
compile: synth-compile:
stage: synthesis stage: synthesis
script: script:
- echo "Compiling for synthesis" - echo "Compiling for synthesis"
check-fmax: synth-check-fmax:
stage: synthesis stage: synthesis
script: script:
- echo "Checking achieved fMax" - echo "Checking achieved fMax"
check-programming-files: synth-check-programming-files:
stage: synthesis stage: synthesis
script: script:
- echo "Checking if programming files have been generated" - echo "Checking if programming files have been generated"
...@@ -46,7 +46,7 @@ check-programming-files: ...@@ -46,7 +46,7 @@ check-programming-files:
############################################################################### ###############################################################################
# Hardware stage # Hardware stage
############################################################################### ###############################################################################
trigger-lofar2-opcua-test: hw-trigger-lofar2-opcua-test:
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