We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a19d1a commit 34f5056Copy full SHA for 34f5056
1 file changed
.github/workflows/build_pull_request.yml
@@ -149,6 +149,14 @@ jobs:
149
run: python3 make.py -ci -compiler vs2022 -config Release -cpu arm64 -build
150
- name: Clean
151
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
159
160
- name: Building (debug-x64) with Clang
161
run: python3 make.py -ci -compiler vs2022-clang -config Debug -cpu x64 -build
162
- name: Running unit tests (debug-x64) with Clang
0 commit comments