Test standalone binary builds in CI (#2008)

* test updater, spinner, and text window build in CI

* we dont ship the libs for updater in release branches
old-commit-hash: 1f4714ba98
commatwo_master
Adeeb Shihadeh 5 years ago committed by GitHub
parent b96bb265ef
commit 072f8bd84d
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -106,6 +106,8 @@ pipeline {
["test openpilot", "nosetests -s selfdrive/test/test_openpilot.py"], ["test openpilot", "nosetests -s selfdrive/test/test_openpilot.py"],
["test cpu usage", "cd selfdrive/test/ && ./test_cpu_usage.py"], ["test cpu usage", "cd selfdrive/test/ && ./test_cpu_usage.py"],
["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"], ["test car interfaces", "cd selfdrive/car/tests/ && ./test_car_interfaces.py"],
["test spinner build", "cd selfdrive/ui/spinner && make clean && make"],
["test text window build", "cd selfdrive/ui/text && make clean && make"],
]) ])
} }
} }

Loading…
Cancel
Save