ci: always release and less verbose
This commit is contained in:
parent
b241856f78
commit
1c1116eb29
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@ steps:
|
|||
check: # check if the code compiles
|
||||
image: rust
|
||||
commands:
|
||||
- cargo check --manifest-path bootpkg/Cargo.toml --verbose --all
|
||||
- cargo check --manifest-path pkgr/Cargo.toml --verbose --all
|
||||
- cargo check --release --manifest-path bootpkg/Cargo.toml --all
|
||||
- cargo check --release --manifest-path pkgr/Cargo.toml --all
|
||||
build:
|
||||
image: rust
|
||||
commands:
|
||||
- cargo build --release --manifest-path bootpkg/Cargo.toml --verbose --all
|
||||
- cargo build --release --manifest-path pkgr/Cargo.toml --verbose --all
|
||||
- cargo build --release --manifest-path bootpkg/Cargo.toml --all
|
||||
- cargo build --release --manifest-path pkgr/Cargo.toml --all
|
||||
publish:
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue