Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.43 KB

File metadata and controls

58 lines (40 loc) · 1.43 KB

Raspberry Pi - Build Checker

Build Status Code Climate Test Coverage Issue Count

A build checker based on LEDs to Raspberry Pi.

Instalação

git clone https://github.com/mrprompt/raspberry-build-checker
cd raspberry-build-checker
pip install -e .[test]

LEDs GPIO

  • 11 = Green - Success
  • 13 = White - Running
  • 16 = Red - Error

Uso

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>" 

Raspberry Pi

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>" 

Testes

py.test

License

MIT