Skip to content

Commit

Permalink
Enable MSVC in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Apr 18, 2024
1 parent 4cd52ea commit 0a688d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ pr:
<<: *job-linux-16c
- name: x86_64-gnu-tools
<<: *job-linux-16c
- name: x86_64-msvc
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
SCRIPT: make ci-msvc
<<: *job-windows-8c

0 comments on commit 0a688d3

Please sign in to comment.