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 64e861a commit af108baCopy full SHA for af108ba
1 file changed
.github/workflows/build_cmake.yml
@@ -28,6 +28,15 @@ jobs:
28
tests: 1,
29
examples: 1
30
}
31
+ - {
32
+ name: "Windows (MSVC, arm64)",
33
+ os: windows-11-arm,
34
+ generator: "",
35
+ cmakeflags: "-DLIBREMIDI_NO_WINUWP=0 -DBOOST_ROOT=$PWD/boost_1_86_0 -DCMAKE_GENERATOR_PLATFORM=version=10.0.22621.0",
36
+ test_target: "RUN_TESTS",
37
+ tests: 1,
38
+ examples: 1
39
+ }
40
- {
41
name: "Ubuntu (gcc)",
42
os: ubuntu-latest,
0 commit comments