mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 18:41:06 +00:00
pull always
This commit is contained in:
parent
42aed5165c
commit
9b5cbea2b9
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ steps:
|
|||
|
||||
- name: clippy
|
||||
image: asonix/rust-builder:amd64-latest
|
||||
pull: always
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --no-default-features
|
||||
|
@ -49,6 +50,7 @@ steps:
|
|||
|
||||
- name: tests
|
||||
image: asonix/rust-builder:amd64-latest
|
||||
pull: always
|
||||
commands:
|
||||
- cargo test
|
||||
|
||||
|
@ -75,6 +77,7 @@ steps:
|
|||
|
||||
- name: build
|
||||
image: asonix/rust-builder:amd64-latest
|
||||
pull: always
|
||||
commands:
|
||||
- cargo check --target=x86_64-unknown-linux-musl
|
||||
- cargo build --target=x86_64-unknown-linux-musl --release
|
||||
|
@ -102,6 +105,7 @@ steps:
|
|||
|
||||
- name: build
|
||||
image: asonix/rust-builder:arm64v8-latest
|
||||
pull: always
|
||||
commands:
|
||||
- cargo check --target=aarch64-unknown-linux-musl
|
||||
- cargo build --target=aarch64-unknown-linux-musl --release
|
||||
|
@ -129,6 +133,7 @@ steps:
|
|||
|
||||
- name: build
|
||||
image: asonix/rust-builder:arm32v7-latest
|
||||
pull: always
|
||||
commands:
|
||||
- cargo check --target=armv7-unknown-linux-musleabihf
|
||||
- cargo build --target=armv7-unknown-linux-musleabihf --release
|
||||
|
|
Loading…
Reference in a new issue