re-enable failing docs builds
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-09-26 17:11:39 +02:00
parent 3e97bf0c15
commit 393c73cedf
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 2 additions and 4 deletions

View File

@ -20,9 +20,7 @@ pipeline {
}
stage('Docs') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features'
}
sh 'cargo +nightly doc --all-features'
}
}
stage('Rustfmt') {

View File

@ -4,7 +4,7 @@ Checklist for new releases
# Pre-Release
1. Make sure any new modules are documented sufficiently enough and check docs with
`cargo doc --all-features --open`.
`cargo +nightly doc --all-features --open`.
2. Bump version specifier in `Cargo.toml`.
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new
`unreleased` section.