add new workflows for new features
This commit is contained in:
parent
32a3c9fb12
commit
c57ebc592c
@ -24,4 +24,28 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --features "custom_pieces"
|
||||
args: --release --no-default-features --features "custom_pieces"
|
||||
build_cmdargs:
|
||||
name: Saltfish [cmdargs]
|
||||
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 --no-default-features --features "cmdargs"
|
||||
build_cmdargs_custom_pieces:
|
||||
name: Saltfish [cmdargs custom_pieces]
|
||||
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 --no-default-features --features "cmdargs custom_pieces"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user