NEO are no longer supported

master
George Hotz 2019-05-21 10:42:06 -07:00
parent 4af036e93a
commit d9306c50fe
1 changed files with 0 additions and 4 deletions

View File

@ -71,10 +71,6 @@ jobs:
name: Build Pedal STM bootstub image
command: |
docker run panda_build /bin/bash -c "cd /panda/board/pedal; make obj/bootstub.bin"
- run:
name: Build NEO STM image
command: |
docker run panda_build /bin/bash -c "cd /panda/board; make clean; make -f Makefile.legacy obj/comma.bin"
- run:
name: Build ESP image
command: |