Skip to content
Snippets Groups Projects
Commit cfe514f5 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Try manual pkg-config installation

parent 121fa209
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Checking pipeline status
......@@ -87,6 +87,7 @@ 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
......
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