Skip to content

Commit d969a2e

Browse files
timraejcelerier
authored andcommitted
Add a build entry for ni-midi2
1 parent 9677cda commit d969a2e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ jobs:
100100
tests: 1,
101101
examples: 1
102102
}
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+
}
103112
- {
104113
name: "iOS",
105114
os: macos-latest,
@@ -135,6 +144,8 @@ jobs:
135144
# Modules not supported at all by AppleClang as of Xcode 26
136145
- config: { name: "macOS" }
137146
library_mode: MODULE
147+
- config: { name: "macOS ni-midi2" }
148+
library_mode: MODULE
138149

139150
- config: { name: "iOS" }
140151
library_mode: MODULE

0 commit comments

Comments
 (0)