mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 15:22:13 +01:00
feat: with base
This commit is contained in:
parent
0f816b5e29
commit
7e6853ed63
51
.github/workflows/ci-multiplatform.yml
vendored
51
.github/workflows/ci-multiplatform.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- nightly-musl
|
#- nightly-musl
|
||||||
- nightly-32
|
#- nightly-32
|
||||||
- nightly-mips
|
#- nightly-mips
|
||||||
- nightly-arm
|
#- nightly-arm
|
||||||
- macos
|
#- macos
|
||||||
# - win-msvc
|
# - win-msvc
|
||||||
#- win-gnu
|
#- win-gnu
|
||||||
include:
|
include:
|
||||||
@ -47,25 +47,25 @@ jobs:
|
|||||||
- build: nightly
|
- build: nightly
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
rust: nightly
|
rust: nightly
|
||||||
- build: nightly-musl
|
#- build: nightly-musl
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
target: x86_64-unknown-linux-musl
|
# target: x86_64-unknown-linux-musl
|
||||||
- build: nightly-32
|
#- build: nightly-32
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
target: i686-unknown-linux-gnu
|
# target: i686-unknown-linux-gnu
|
||||||
- build: nightly-mips
|
#- build: nightly-mips
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
target: mips64-unknown-linux-gnuabi64
|
# target: mips64-unknown-linux-gnuabi64
|
||||||
- build: nightly-arm
|
#- build: nightly-arm
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
target: arm-unknown-linux-gnueabihf
|
# target: arm-unknown-linux-gnueabihf
|
||||||
- build: macos
|
#- build: macos
|
||||||
os: macos-12
|
# os: macos-12
|
||||||
rust: nightly
|
# rust: nightly
|
||||||
#- build: win-msvc
|
#- build: win-msvc
|
||||||
# os: windows-2022
|
# os: windows-2022
|
||||||
# rust: nightly
|
# rust: nightly
|
||||||
@ -91,14 +91,12 @@ jobs:
|
|||||||
if: matrix.target == ''
|
if: matrix.target == ''
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
if: matrix.target != ''
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
use-cross: true
|
use-cross: true
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target != ''
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
@ -110,7 +108,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --workspace --verbose
|
args: --workspace --verbose
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target != ''
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user