Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set blame timeout to 60s, improve build.cmd with build ci, build test -release and the like #29

Merged
merged 7 commits into from
Oct 15, 2022

Conversation

abelbraaksma
Copy link
Member

@abelbraaksma abelbraaksma commented Oct 15, 2022

Once this is in, the following commands become available for local build (and for CI)

build              # just builds release
build debug        # builds debug config
build ci -release  # release is default, can be omitted
build ci -debug
build test         # runs all tests in release build
build test -debug  # same in debug

# also, additional arguments are passed to 'dotnet':
build debug --verbosity detailed

The default for dotnet test, that is, build test is the Release build, with detailed test output, which effectively means: every test will be logged to your screen.

To disable that, just add --logger console;verbosity=summary, for instance.

ATM, additional arguments cannot contain double quotes.

Re-enable parallelization

Blame-timeout to 60s
@abelbraaksma abelbraaksma changed the title Set blame timeout to 60s and add a build.cmd for simpler GH actions Set blame timeout to 60s, improve build.cmd with build ci, build test -release and the like Oct 15, 2022
@abelbraaksma abelbraaksma marked this pull request as ready for review October 15, 2022 19:35
abelbraaksma added a commit that referenced this pull request Oct 15, 2022
abelbraaksma added a commit that referenced this pull request Oct 15, 2022
abelbraaksma added a commit that referenced this pull request Oct 15, 2022
abelbraaksma added a commit that referenced this pull request Oct 15, 2022
abelbraaksma added a commit that referenced this pull request Oct 15, 2022
Update readme with `build`, see #29 for details
Add help-option to build.cmd
Update readme with `build` instructions, see #29
Update readme with `build`, see #29 for details
Add help-option to build.cmd
@abelbraaksma abelbraaksma merged commit 7887eb7 into main Oct 15, 2022
@abelbraaksma abelbraaksma deleted the improve-gh-actions branch October 15, 2022 21:13
@abelbraaksma abelbraaksma added github_actions Pull requests that update GitHub Actions code build and infra Related to building or infrastructure labels Oct 22, 2022
@abelbraaksma abelbraaksma added this to the v0.1.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build and infra Related to building or infrastructure github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant