SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

CIs should skip check and debug builds #187

Closed SakulFlee closed 1 year ago

SakulFlee commented 1 year ago

CI times are getting out of hand and need to be reduced. Space requirements too.

Currently we are running (per platform):

Not only does building make checking obsolete, but Clippy is already checking for us. Furthermore, we are interested in Release builds, thus we can skip Debug builds. The proposal is to only keep Clippy and Release builds.

The same applies to testing: We only are interested in Release tests :)

Changes required

GitHub Actions

Azure DevOps

BitBucket Pipelines

GitLab CI

CircleCI

Travis

TeamCity

AppVeyor

create-issue-branch[bot] commented 1 year ago

Branch issue-187-CIs_should_skip_check_and_debug_builds created for issue: CIs should skip check and debug builds