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
|
check: # check if the code compiles
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cargo check --manifest-path bootpkg/Cargo.toml --verbose --all
|
- cargo check --release --manifest-path bootpkg/Cargo.toml --all
|
||||||
- cargo check --manifest-path pkgr/Cargo.toml --verbose --all
|
- cargo check --release --manifest-path pkgr/Cargo.toml --all
|
||||||
build:
|
build:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cargo build --release --manifest-path bootpkg/Cargo.toml --verbose --all
|
- cargo build --release --manifest-path bootpkg/Cargo.toml --all
|
||||||
- cargo build --release --manifest-path pkgr/Cargo.toml --verbose --all
|
- cargo build --release --manifest-path pkgr/Cargo.toml --all
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue