mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 14:43:57 +08:00
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:
@@ -1,4 +1,4 @@
|
||||
name: tests
|
||||
name: selfdrive
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
18
.github/workflows/tools_tests.yaml
vendored
Normal file
18
.github/workflows/tools_tests.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user