We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9677cda commit d969a2eCopy full SHA for d969a2e
1 file changed
.github/workflows/build_cmake.yml
@@ -100,6 +100,15 @@ jobs:
100
tests: 1,
101
examples: 1
102
}
103
+ - {
104
+ name: "macOS ni-midi2",
105
+ os: macos-latest,
106
+ generator: "",
107
+ cmakeflags: "-DCMAKE_CXX_FLAGS=-Werror=return-type -DBOOST_ROOT=$PWD/boost_1_90_0 -DLIBREMIDI_USE_NI_MIDI2=ON",
108
+ test_target: "test",
109
+ tests: 1,
110
+ examples: 1
111
+ }
112
- {
113
name: "iOS",
114
os: macos-latest,
@@ -135,6 +144,8 @@ jobs:
135
144
# Modules not supported at all by AppleClang as of Xcode 26
136
145
- config: { name: "macOS" }
137
146
library_mode: MODULE
147
+ - config: { name: "macOS ni-midi2" }
148
+ library_mode: MODULE
138
149
139
150
- config: { name: "iOS" }
140
151
0 commit comments