tools: cleanup + setup CI (#20104)

* cleanup tools

* setup tools CI

* loggerd doesn't support this anymore

* cleanup

* builds with openpilot now
This commit is contained in:
Adeeb Shihadeh
2021-02-17 20:37:01 -08:00
committed by GitHub
parent 4d46c521d1
commit d1b44bbb34
10 changed files with 26 additions and 167 deletions

View File

@@ -1,4 +1,4 @@
name: tests
name: selfdrive
on:
push:
branches-ignore:

18
.github/workflows/tools_tests.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: tools
on:
push:
pull_request:
jobs:
plotjuggler:
name: plotjuggler
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install
run: cd tools/plotjuggler && ./install.sh
#- name: Juggle Demo
# run: cd tools/plotjuggler && ./juggle.py