Skip to content
Snippets Groups Projects
Commit 2ca8de6f authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Fix vcpkg step name

parent 0a138b6c
Branches
Tags
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Checking pipeline status
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -83,11 +83,12 @@ code_style: ...@@ -83,11 +83,12 @@ code_style:
# build with vcpkg # build with vcpkg
test: build_vcpkg:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- make vcpkg-build-release - make vcpkg-build-release
allow_failure: true
# unit tests with gtest # unit tests with gtest
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment