ci(check): add more targets to the check workflow
This commit is contained in:
parent
375ae15fe6
commit
6d64176e6f
26
.github/workflows/check.yml
vendored
26
.github/workflows/check.yml
vendored
@ -11,8 +11,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
target:
|
target:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-netbsd
|
- x86_64-unknown-freebsd
|
||||||
- armv7-unknown-linux-gnueabihf
|
- aarch64-linux-android
|
||||||
|
- x86_64-pc-windows-gnu
|
||||||
|
- x86_64-apple-darwin
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
@ -22,17 +24,29 @@ jobs:
|
|||||||
strip: true
|
strip: true
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: NetBSD
|
name: FreeBSD
|
||||||
target: x86_64-unknown-netbsd
|
target: x86_64-unknown-freebsd
|
||||||
cross: true
|
cross: true
|
||||||
strip: true
|
strip: true
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: Linux armv7
|
name: Android
|
||||||
target: armv7-unknown-linux-gnueabihf
|
target: aarch64-linux-android
|
||||||
cross: true
|
cross: true
|
||||||
strip: true
|
strip: true
|
||||||
|
|
||||||
|
- os: windows-latest
|
||||||
|
name: Windows x86_64
|
||||||
|
target: x86_64-pc-windows-gnu
|
||||||
|
cross: false
|
||||||
|
strip: true
|
||||||
|
|
||||||
|
- os: macos-latest
|
||||||
|
name: macOS x86_64
|
||||||
|
target: x86_64-apple-darwin
|
||||||
|
cross: false
|
||||||
|
strip: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user