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
Pipeline #54182 passed
Pipeline: caosdb-julialib

#54187

    Pipeline: CaosDB Octave library

    #54186

      Pipeline: caosdb-cppinttest

      #54183

        ...@@ -87,6 +87,7 @@ build_vcpkg: ...@@ -87,6 +87,7 @@ build_vcpkg:
        tags: [ docker ] tags: [ docker ]
        stage: test stage: test
        script: script:
        - apt update && apt install -y pkg-config
        - cd vcpkg && git fetch origin 5d3798ac7388ca66c169773e46103b14077b76a4 && cd .. - cd vcpkg && git fetch origin 5d3798ac7388ca66c169773e46103b14077b76a4 && cd ..
        - make vcpkg-build-release - make vcpkg-build-release
        allow_failure: true 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