Skip to content

Commit 34f5056

Browse files
authored
chore(ci): add arm64ec to pull request CI
1 parent 9a19d1a commit 34f5056

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build_pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ jobs:
149149
run: python3 make.py -ci -compiler vs2022 -config Release -cpu arm64 -build
150150
- name: Clean
151151
run: python3 make.py -clean_only
152+
- name: Building (debug-arm64)
153+
run: python3 make.py -ci -compiler vs2022 -config Debug -cpu arm64ec -build
154+
- name: Clean
155+
run: python3 make.py -clean_only
156+
- name: Building (release-arm64)
157+
run: python3 make.py -ci -compiler vs2022 -config Release -cpu arm64ec -build
158+
- name: Clean
159+
run: python3 make.py -clean_only
152160
- name: Building (debug-x64) with Clang
153161
run: python3 make.py -ci -compiler vs2022-clang -config Debug -cpu x64 -build
154162
- name: Running unit tests (debug-x64) with Clang

0 commit comments

Comments
 (0)