Skip to content

Commit

Permalink
Update rust-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 authored Aug 2, 2020
1 parent 10d4825 commit 225f19a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,30 @@ jobs:
if: github.ref == 'refs/heads/master'
strategy:
matrix:
os: [ubuntu-latest, ubuntu-latest, macos-latest, windows-latest, windows-latest]
type: [ubuntu-x64, ubuntu-x86, macos, windows-x64, windows-x86]
include:
- os: ubuntu-latest
- type: ubuntu-x64
os: ubuntu-latest
target: x86_64-unknown-linux-musl
name: x86_64-linux-rustdsplit
path: target/x86_64-unknown-linux-musl/release/rustdsplit
- os: ubuntu-latest
- type: ubuntu-x86
os: ubuntu-latest
target: i686-unknown-linux-musl
name: x86-linux-rustdsplit
path: target/i686-unknown-linux-musl/release/rustdsplit
- os: macos-latest
- type: macos
os: macos-latest
target: x86_64-apple-darwin
name: x86_64-macos-rustdsplit
path: target/x86_64-apple-darwin/release/rustdsplit
- os: windows-latest
- type: windows-x64
os: windows-latest
target: x86_64-pc-windows-msvc
name: x86_64-windows-rustdsplit.exe
path: target\x86_64-pc-windows-msvc\release\rustdsplit.exe
- os: windows-latest
- type: windows-x86
os: windows-latest
target: i686-pc-windows-msvc
name: x86-windows-rustdsplit.exe
path: target\i686-pc-windows-msvc\release\rustdsplit.exe
Expand Down

0 comments on commit 225f19a

Please sign in to comment.