build pedal image in CI

master
Willem Melching 2018-08-20 16:34:58 +02:00
parent 3d67294cb6
commit 4fe2dcd332
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ jobs:
name: Build Panda STM image
command: |
docker run panda_build /bin/bash -c "cd /panda/board; make bin"
- run:
name: Build Pedal STM image
command: |
docker run panda_build /bin/bash -c "cd /panda/board/pedal; make obj/comma.bin"
- run:
name: Build NEO STM image
command: |