mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add freebsd build to CI
This commit is contained in:
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@@ -124,6 +124,16 @@ jobs:
|
||||
command: check
|
||||
args: --target i686-unknown-linux-musl
|
||||
|
||||
- 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
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
target: wasm32-unknown-unknown
|
||||
|
||||
Reference in New Issue
Block a user