We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17db016 commit 2030a8fCopy full SHA for 2030a8f
1 file changed
.github/workflows/build_push.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-arm64ec)
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-arm64ec)
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