We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6270 commit 2d5d385Copy full SHA for 2d5d385
.github/workflows/test-reusable-build-sdk.yml
@@ -27,6 +27,18 @@ jobs:
27
cpack-generator-name: ZIP
28
ccache-enable: true
29
30
+ - runner: ubuntu-latest
31
+ cmake-compiler: >-
32
+ -DCMAKE_C_COMPILER=clang
33
+ -DCMAKE_CXX_COMPILER=clang++
34
+ -DCMAKE_C_COMPILER_LAUNCHER=ccache
35
+ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
36
+ cmake-generator-name: Ninja
37
+ cpack-generator-name: ZIP
38
+ ccache-enable: true
39
+
40
+ - runner: macos-13
41
42
uses: ./.github/workflows/reusable-build-sdk.yml
43
with:
44
runner: ${{ matrix.runner }}
0 commit comments