ccc #14

Merged
leon merged 18 commits from ccc into main 2024-02-09 21:26:46 +01:00
Showing only changes of commit 4d75894067 - Show all commits

View File

@ -44,21 +44,21 @@ platform:
steps:
- name: build [debug]
image: rust:alpine
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version
- cargo build --verbose --all
- name: test [debug]
image: rust:alpine
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version
- cargo test --verbose --all
- name: lint-clippy [debug]
image: rust:alpine
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version
@ -66,7 +66,7 @@ steps:
- cargo clippy --verbose --all
- name: format [debug]
image: rust:alpine
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version
@ -97,7 +97,7 @@ platform:
steps:
- name: build and test [release]
image: rust:alpine
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version