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:
stage: build
stage: prebuild
script:
- gcc --version
- g++ --version
......@@ -41,14 +47,14 @@ build:deb:
- debian
test:bsd:
stage: test
stage: testing
dependencies:
- build:bsd
script:
- echo Successfully tested.
test:deb:
stage: test
stage: testing
dependencies:
- build:deb
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