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

Remote reporting of package build times and success #156

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Exclude tracker from main build
  • Loading branch information
csweichel committed Jul 1, 2023
commit c7ee16a53161dca99bebb111f59da52e7de785aa
4 changes: 3 additions & 1 deletion BUILD.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,9 @@ packages:
- name: app
type: go
srcs:
- "**/*.go"
- "*.go"
- "cmd/**/*.go"
- "pkg/**/*.go"
- "**/*.html"
- "**/*.js"
- go.mod