Skip to content

Commit a618270

Browse files
committed
WIP: testing the MSVC and armasm64 setup with github action workflow
Signed-off-by: willieyz <[email protected]>
1 parent 059364a commit a618270

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/base.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ jobs:
187187
# print compiler version
188188
cl
189189
nmake /f ./Makefile.Microsoft_nmake quickcheck
190+
- name: Setup MSVC (arm64)
191+
if: ${{ matrix.system == 'windows-11-arm' }}
192+
uses: ilammy/msvc-dev-cmd@v1
193+
with:
194+
arch: amd64_arm64
195+
- name: Check MSVC setup (armasm64)
196+
if: ${{ matrix.system == 'windows-11-arm' }}
197+
shell: powershell
198+
run: |
199+
where cl ; where armasm64
200+
cl
201+
armasm64 -h
190202
quickcheck-windows-mingw-w64:
191203
strategy:
192204
fail-fast: false

0 commit comments

Comments
 (0)