Skip to content

Commit 2d5d385

Browse files
author
Aliaksandr Adziareika
committed
Add Ubuntu and MacOS runners
1 parent 78c6270 commit 2d5d385

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test-reusable-build-sdk.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ jobs:
2727
cpack-generator-name: ZIP
2828
ccache-enable: true
2929

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+
3042
uses: ./.github/workflows/reusable-build-sdk.yml
3143
with:
3244
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)