Skip to content
Snippets Groups Projects
Commit 0a138b6c authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Add vcpkg build

parent 00c94b0a
Branches
Tags
Loading
Pipeline #54016 passed with warnings
Pipeline: caosdb-julialib

#54027

    Pipeline: CaosDB Octave library

    #54026

      Pipeline: caosdb-cppinttest

      #54019

        ...@@ -81,6 +81,14 @@ code_style: ...@@ -81,6 +81,14 @@ code_style:
        - clang-format-11 --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in") - 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 allow_failure: true
        # build with vcpkg
        test:
        tags: [ docker ]
        stage: test
        script:
        - make vcpkg-build-release
        # unit tests with gtest # unit tests with gtest
        test: test:
        tags: [ docker ] tags: [ docker ]
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment