Skip to content

Commit fdc9b3d

Browse files
committed
Enable MSVC in CI
1 parent 6ea77f1 commit fdc9b3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/github-actions/jobs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ pr:
4848
<<: *job-linux-16c
4949
- name: x86_64-gnu-tools
5050
<<: *job-linux-16c
51+
- name: x86_64-msvc
52+
env:
53+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
54+
SCRIPT: make ci-msvc
55+
<<: *job-windows-8c

0 commit comments

Comments
 (0)