add driver build status to README

master
Adeeb Shihadeh 2020-08-22 19:21:11 -07:00
parent 5664a0e153
commit 6ae6221cf2
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: panda drivers
name: drivers
on: [push, pull_request]
jobs:

View File

@ -1,4 +1,4 @@
name: panda tests
name: tests
on: [push, pull_request]
env:

View File

@ -12,7 +12,8 @@ It uses an [STM32F413](http://www.st.com/en/microcontrollers/stm32f413-423.html?
It is 2nd gen hardware, reusing code and parts from the [NEO](https://github.com/commaai/neo) interface board.
![panda tests](https://github.com/commaai/panda/workflows/panda%20tests/badge.svg)
![panda tests](https://github.com/commaai/panda/workflows/tests/badge.svg)
![panda drivers](https://github.com/commaai/panda/workflows/drivers/badge.svg)
## Usage