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
albatross
Adeeb Shihadeh 2020-08-10 21:52:26 -07:00 committed by GitHub
parent c2a6ae6e54
commit 1f4714ba98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -106,6 +106,8 @@ pipeline {
["test openpilot", "nosetests -s selfdrive/test/test_openpilot.py"],
["test cpu usage", "cd selfdrive/test/ && ./test_cpu_usage.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"],
])
}
}