Skip to content
Snippets Groups Projects

Add vcpkg support

Merged Joscha Schmiedt requested to merge f-test-vcpkg into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -83,11 +83,12 @@ code_style:
# build with vcpkg
test:
build_vcpkg:
tags: [ docker ]
stage: test
script:
- make vcpkg-build-release
allow_failure: true
# unit tests with gtest
test:
Loading