Files
sunnypilot/tools/openpilot_build.sh
2020-08-30 17:02:36 -07:00

2 lines
111 B
Bash

docker run --rm -v $(pwd):/tmp/openpilot -it commaai/openpilot bash -c 'cd /tmp/openpilot && scons -j$(nproc)'