Skip to content

Commit 158a9c0

Browse files
committed
(DO NOT MERGE) Test on Windows and Linux
1 parent bdabbbe commit 158a9c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ci/github-actions/jobs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ pr:
102102
<<: *job-linux-16c
103103
- image: x86_64-gnu-tools
104104
<<: *job-linux-16c
105+
- image: x86_64-msvc
106+
env:
107+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
108+
SCRIPT: make ci-msvc
109+
<<: *job-windows-8c
110+
- image: x86_64-gnu
111+
<<: *job-linux-4c
105112

106113
# Jobs that run when you perform a try build (@bors try)
107114
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)