mirror of
https://github.com/plexusorg/IBConverter.git
synced 2025-07-29 13:34:04 +00:00
Update build.yml
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -35,3 +35,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: IBConverter-macOS
|
name: IBConverter-macOS
|
||||||
path: target/release/IBConverter
|
path: target/release/IBConverter
|
||||||
|
build_linux:
|
||||||
|
name: IBConverter Linux
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: --release --all-features
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: IBConverter-Linux
|
||||||
|
path: target/release/IBConverter
|
||||||
|
Reference in New Issue
Block a user