Skip to content

Commit

Permalink
[WIP] CI: test on 32-bit and 64-bit Windows (MSVC)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 20, 2020
1 parent 9a7bc4f commit 3ecf8b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@ jobs:
toolchain: stable
deps: true

# 32-bit Windows MSVC
- target: i686-pc-windows-msvc
platform: windows-latest
toolchain: 1.41.0 # MSRV
deps: true
- target: i686-pc-windows-msvc
platform: windows-latest
toolchain: stable
deps: true

# 64-bit Windows MSVC
- target: x86_64-pc-windows-msvc
platform: windows-latest
toolchain: 1.41.0 # MSRV
deps: true
- target: x86_64-pc-windows-msvc
platform: windows-latest
toolchain: stable
deps: true

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ecf8b7

Please sign in to comment.