Skip to content

Commit

Permalink
build pedal image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Aug 20, 2018
1 parent 3d67294 commit 4fe2dcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4fe2dcd

Please sign in to comment.