generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0291a69
commit e4d8b37
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,15 @@ This tool reads junit XML reports from different SDKs and generates an HTML repo | |
|
||
`./cmd/build-html` will iterate over the repos listed in `sdk.go` and download the most recent junit artifact. It will read | ||
all junit results from it and produce a report to `_site/index.html` | ||
|
||
## Tooling | ||
|
||
This project uses [hermit](https://cashapp.github.io/hermit/usage/get-started/), an open source toolchain manager, which pins and automatically downloads and installs tooling for a repo, including compiler toolchains, utilities, etc. | ||
|
||
To install hermit, run: | ||
|
||
```bash | ||
https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash | ||
``` | ||
|
||
If using goland or intellij, also install the hermit plugin via [these instructions](https://cashapp.github.io/hermit/usage/ide/). | ||
Check failure on line 20 in reports/README.md GitHub Actions / lintFiles should end with a single newline character
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters