https://github.com/hanneskaeufler/e-ink-build-dashboard
Python script to drive an e-ink display displaying my open source projects' build statuses
https://github.com/hanneskaeufler/e-ink-build-dashboard
build-automation continuous-integration e-ink raspberrypi
Last synced: 2 months ago
JSON representation
Python script to drive an e-ink display displaying my open source projects' build statuses
- Host: GitHub
- URL: https://github.com/hanneskaeufler/e-ink-build-dashboard
- Owner: hanneskaeufler
- Archived: true
- Created: 2018-02-10T19:08:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T20:12:03.000Z (over 5 years ago)
- Last Synced: 2025-02-05T21:59:07.441Z (4 months ago)
- Topics: build-automation, continuous-integration, e-ink, raspberrypi
- Language: Python
- Size: 256 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/hanneskaeufler/e-ink-build-dashboard) [](https://codeclimate.com/github/hanneskaeufler/e-ink-build-dashboard/maintainability) [](https://codeclimate.com/github/hanneskaeufler/e-ink-build-dashboard/test_coverage)
# E-Ink Build Dashboard
It's easy to loose the bigger picture of one's software projects. If you're addicted to test automation like I am,
you have CI builds set up for the projects you care about. However, they are scattered throughout travis, circleci,
bitrise and so on. So I needed to come up with an easy way to see build statuses for all of them at once, at a glance.
Things I needed:* Raspberry Pi 3 Model B
* Waveshare 7.5in E-Ink Display
* Some python (this repository)