Skip to content

Commit af108ba

Browse files
committed
ci: add a win64 arm ci. fixes #164
1 parent 64e861a commit af108ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_cmake.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
tests: 1,
2929
examples: 1
3030
}
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+
}
3140
- {
3241
name: "Ubuntu (gcc)",
3342
os: ubuntu-latest,

0 commit comments

Comments
 (0)