We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bd130 commit f2ec3bcCopy full SHA for f2ec3bc
.github/workflows/ci.yml
@@ -65,6 +65,11 @@ jobs:
65
- name: x86_64-gnu-tools
66
os: ubuntu-20.04-16core-64gb
67
env: {}
68
+ - name: x86_64-msvc
69
+ env:
70
+ RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc"
71
+ SCRIPT: "./x.py --stage 1 test tests/run-make"
72
+ os: windows-2019-8core-32gb
73
defaults:
74
run:
75
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
src/ci/github-actions/ci.yml
@@ -365,6 +365,12 @@ jobs:
365
366
<<: *job-linux-16c
367
368
369
370
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc
371
+ SCRIPT: ./x.py --stage 1 test tests/run-make
372
+ <<: *job-windows-8c
373
+
374
auto:
375
<<: *base-ci-job
376
name: auto - ${{ matrix.name }}
0 commit comments