Skip to content

Commit

Permalink
(DO NOT MERGE) Test on Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Nov 2, 2024
1 parent bdabbbe commit 158a9c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ pr:
<<: *job-linux-16c
- image: x86_64-gnu-tools
<<: *job-linux-16c
- image: x86_64-msvc
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
SCRIPT: make ci-msvc
<<: *job-windows-8c
- image: x86_64-gnu
<<: *job-linux-4c

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

0 comments on commit 158a9c0

Please sign in to comment.