Skip to content

Arduino-SC/raspberry-build-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages