We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4c3d8 commit e6931e5Copy full SHA for e6931e5
src/ci/github-actions/jobs.yml
@@ -98,6 +98,11 @@ pr:
98
<<: *job-linux-16c
99
- image: x86_64-gnu-tools
100
101
+ - image: x86_64-msvc
102
+ env:
103
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
104
+ SCRIPT: make ci-msvc
105
+ <<: *job-windows-8c
106
107
# Jobs that run when you perform a try build (@bors try)
108
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments