Merge pull request #3431 from DimitrisJim/freebsd_check

Add a check for freeBSD.
This commit is contained in:
Jeong YunWon
2021-11-09 01:09:55 +09:00
committed by GitHub

View File

@@ -115,6 +115,16 @@ jobs:
command: check
args: --target wasm32-wasi --features freeze-stdlib
- uses: actions-rs/toolchain@v1
with:
target: x86_64-unknown-freebsd
- name: Check compilation for freeBSD
uses: actions-rs/cargo@v1
with:
command: check
args: --target x86_64-unknown-freebsd
- name: Prepare repository for redox compilation
run: bash scripts/redox/uncomment-cargo.sh
- name: Check compilation for Redox