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
+ 11
0
@@ -81,6 +81,17 @@ code_style:
- clang-format-11 --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
allow_failure: true
# build with vcpkg
build_vcpkg:
tags: [ docker ]
stage: test
script:
- apt update && apt install -y pkg-config
- cd vcpkg && git fetch origin 5d3798ac7388ca66c169773e46103b14077b76a4 && cd ..
- make vcpkg-build-release
allow_failure: true
# unit tests with gtest
test:
tags: [ docker ]
Loading