Add Windows MSYS2
This commit is contained in:
committed by
Mark Thom
parent
b2cccab768
commit
ec5430826e
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -52,3 +52,17 @@ jobs:
|
|||||||
crate: cargo-msrv
|
crate: cargo-msrv
|
||||||
- name: Verify MSRV
|
- name: Verify MSRV
|
||||||
run: cargo msrv --verify
|
run: cargo msrv --verify
|
||||||
|
windows:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- name: Setup MSYS2
|
||||||
|
uses: msys2/setup-msys2@v2
|
||||||
|
with:
|
||||||
|
update: true
|
||||||
|
install: >-
|
||||||
|
base-devel
|
||||||
|
mingw-w64-x86_64-rust
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Test on Windows
|
||||||
|
run: cargo test --verbose --all
|
||||||
|
|||||||
Reference in New Issue
Block a user