File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Add MSBuild to PATH
4444 uses : microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
45+ with :
46+ msbuild-architecture : x64
4547
4648 - if : matrix.platform != 'ARM64'
4749 name : Build
9395
9496 - name : Add MSBuild to PATH
9597 uses : microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
98+ with :
99+ msbuild-architecture : x64
96100
97101 - name : ' Build VS 2026'
98102 working-directory : ${{ github.workspace }}
99103 run : >
100104 msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }}
101105 DirectXMesh_Desktop_2026.slnx
106+
107+ build2022_arm64 :
108+ runs-on : windows-11-arm
109+
110+ strategy :
111+ fail-fast : false
112+
113+ matrix :
114+ build_type : [Debug, Release]
115+
116+ steps :
117+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118+
119+ - name : Add MSBuild to PATH
120+ uses : microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
121+ with :
122+ msbuild-architecture : arm64
123+
124+ - name : ' Build (Windows 10)'
125+ working-directory : ${{ github.workspace }}
126+ run : >
127+ msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=ARM64
128+ DirectXMesh_Desktop_2022_Win10.sln
129+
130+ - name : ' Build (UWP)'
131+ working-directory : ${{ github.workspace }}
132+ run : >
133+ msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=ARM64
134+ DirectXMesh_Windows10_2022.sln
You can’t perform that action at this time.
0 commit comments