this post was submitted on 19 Jul 2023
6 points (100.0% liked)
Go programming language discussion
1545 readers
2 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Update: done! I added two endpoints that a page (like a github repo's README.md) can fetch to get a simple text/plain "lastStatus:n" or image/jpeg pass/fail icon.
README.md update
I find my browser doesn't always show the newest CI status right away though, even though the server sends the JPG with an HTTP Cache-Control: no-cache. Hmmm.
It's primitive and doesn't give all the nice status in your screenshot above like build time, branch name... I should think about it more I suppose.
Thanks for the idea!
That's actually so awesome! I noticed you're already using it in your other projects that use bacillus.
I hope one day I may use bacillus myself. Keep on with its development!