Skip to content

Commit f2ec3bc

Browse files
committed
[DROP THIS] use CI to test if PR works on msvc
1 parent 90bd130 commit f2ec3bc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
- name: x86_64-gnu-tools
6666
os: ubuntu-20.04-16core-64gb
6767
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
6873
defaults:
6974
run:
7075
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ jobs:
365365
- name: x86_64-gnu-tools
366366
<<: *job-linux-16c
367367

368+
- name: x86_64-msvc
369+
env:
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+
368374
auto:
369375
<<: *base-ci-job
370376
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)