A build checker based on LEDs to Raspberry Pi.
git clone https://github.com/mrprompt/raspberry-build-checker
cd raspberry-build-checker
pip install -e .[test]
- 11 = Green - Success
- 13 = White - Running
- 16 = Red - Error
Com varíaveis de ambiente
GITHUB_REPOSITORY="<github-repository-slug>" GITHUB_TOKEN="<github-access-token>" checker
Com argumentos
checker "<github-repository-slug>" "<github-access-token>"
Com varíaveis de ambiente
GITHUB_REPOSITORY="<github-repository-slug>" GITHUB_TOKEN="<github-access-token>" rpi-checker
Com argumentos
rpi-checker "<github-repository-slug>" "<github-access-token>"
py.test
MIT