Skip to content

Commit c13d00b

Browse files
committed
[WIP] CI: test on 32-bit and 64-bit Windows (MSVC)
1 parent 9a7bc4f commit c13d00b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/md5.yml

+20
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ jobs:
3737
toolchain: stable
3838
deps: true
3939

40+
# 32-bit Windows MSVC
41+
- target: i686-pc-windows-msvc
42+
platform: windows-latest
43+
toolchain: 1.41.0 # MSRV
44+
deps: sudo apt install gcc-multilib
45+
- target: i686-pc-windows-msvc
46+
platform: windows-latest
47+
toolchain: stable
48+
deps: sudo apt install gcc-multilib
49+
50+
# 64-bit Windows MSVC
51+
- target: x86_64-pc-windows-msvc
52+
platform: windows-latest
53+
toolchain: 1.41.0 # MSRV
54+
deps: true
55+
- target: x86_64-pc-windows-msvc
56+
platform: windows-latest
57+
toolchain: stable
58+
deps: true
59+
4060
runs-on: ${{ matrix.platform }}
4161
steps:
4262
- uses: actions/checkout@v1

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)