Skip to content
Snippets Groups Projects

Add vcpkg support

Merged Joscha Schmiedt requested to merge f-test-vcpkg into dev
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -87,6 +87,7 @@ build_vcpkg:
tags: [ docker ]
stage: test
script:
- cd vcpkg && git fetch && cd ..
- make vcpkg-build-release
allow_failure: true
Loading