Skip to content
Snippets Groups Projects
Verified Commit f10f0f56 authored by Benny Baumann's avatar Benny Baumann
Browse files

cfg: CI/CD fixes

parent b7e76a67
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- prebuild
- build
- testing
- deploy
prebuild: prebuild:
stage: build stage: prebuild
script: script:
- gcc --version - gcc --version
- g++ --version - g++ --version
...@@ -41,14 +47,14 @@ build:deb: ...@@ -41,14 +47,14 @@ build:deb:
- debian - debian
test:bsd: test:bsd:
stage: test stage: testing
dependencies: dependencies:
- build:bsd - build:bsd
script: script:
- echo Successfully tested. - echo Successfully tested.
test:deb: test:deb:
stage: test stage: testing
dependencies: dependencies:
- build:deb - build:deb
script: script:
......
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