File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 link_type :
4040 - static
4141 - shared
42- config :
43- - os : ubuntu-24.04
44- vcpkg_triplet : x64-linux-release
45- - os : ubuntu-22.04
46- vcpkg_triplet : x64-linux-release
47- - os : ubuntu-24.04-arm
48- vcpkg_triplet : arm64-linux-release
49- - os : macos-13
50- vcpkg_triplet : x64-osx-release
51- - os : macos-14
52- vcpkg_triplet : x64-osx-release
53- - os : macos-15
54- vcpkg_triplet : x64-osx-release
55- - os : windows-2022
56- vcpkg_triplet : x64-windows-release
5742
5843 env :
5944 MOSQUITTO_VERSION : 2.0.20
10792 -DKDUTILS_BUILD_TESTS=${{ matrix.build_type == 'Debug' }}
10893 -DBUILD_SHARED_LIBS=${{ matrix.link_type == 'shared' }}
10994 -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
110- -DVCPKG_TARGET_TRIPLET=${{ matrix.config.vcpkg_triplet }}
95+ -DVCPKG_TARGET_TRIPLET=${{ matrix.platform.triplet }}
11196 -DVCPKG_MANIFEST_MODE=OFF
11297 ${{ steps.vcpkg.outputs.vcpkg-cmake-config }}
11398
You can’t perform that action at this time.
0 commit comments