use build.py in build_devel.sh

This commit is contained in:
Adeeb Shihadeh 2021-05-26 20:26:09 -07:00
parent e1d7a1af10
commit 8d619e8dd2

View file

@ -67,7 +67,7 @@ git status
git commit -a -m "openpilot v$VERSION release"
# Run build
SCONS_CACHE=1 scons -j3
selfdrive/manager/build.py
if [ ! -z "$CI_PUSH" ]; then
echo "[-] Pushing to $CI_PUSH T=$SECONDS"