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
Branches
No related tags found
1 merge request!174Added .gitlab-ci.yml
Pipeline #21038 failed
......@@ -7,7 +7,7 @@ stages:
###############################################################################
# Simulation stage
###############################################################################
compile:
sim-compile:
stage: simulation
script:
- echo "Compiling for simulation"
......@@ -17,7 +17,7 @@ compile:
paths:
- build/
run:
sim-run:
stage: simulation
script:
- echo "Running simulations"
......@@ -27,17 +27,17 @@ run:
###############################################################################
# Synthesis stage
###############################################################################
compile:
synth-compile:
stage: synthesis
script:
- echo "Compiling for synthesis"
check-fmax:
synth-check-fmax:
stage: synthesis
script:
- echo "Checking achieved fMax"
check-programming-files:
synth-check-programming-files:
stage: synthesis
script:
- echo "Checking if programming files have been generated"
......@@ -46,7 +46,7 @@ check-programming-files:
###############################################################################
# Hardware stage
###############################################################################
trigger-lofar2-opcua-test:
hw-trigger-lofar2-opcua-test:
stage: hardware
only:
changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment