File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
os : [windows-2025, macos-13, ubuntu-24.04]
13
+ toolset : ['', '-T ClangCL']
13
14
qt_version : ['6.9.0']
14
15
include :
15
- - qt_version : ' 6.9.0'
16
- qt_version_major : ' 6'
17
- qt_modules : ' qtmultimedia qtserialport'
16
+ - qt_version : ' 6.9.0'
17
+ qt_version_major : ' 6'
18
+ qt_modules : ' qtmultimedia qtserialport'
19
+ exclude :
20
+ - os : ' macos-13'
21
+ toolset : ' -T ClangCL'
22
+ # Excluded because macos default toolset is already clang
18
23
19
24
steps :
20
25
- uses : actions/checkout@v4
42
47
cd Arduino-Source/SerialPrograms
43
48
mkdir bin
44
49
cd bin
45
- cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }}
50
+ cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }} ${{ matrix.toolset }}
46
51
cmake --build . --config Release --parallel 10
47
52
- name : Copy resources
48
53
if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change
1
+ Subproject commit 0cf34c184ce990471435b5b9c92edcf7424930b1
You can’t perform that action at this time.
0 commit comments