build openpilot docker container in jenkins

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 687afa9687
commit bc0ee0b4ff
  1. 13
      Jenkinsfile

13
Jenkinsfile vendored

@ -53,6 +53,19 @@ pipeline {
}
}
stage('PC tests') {
agent {
dockerfile {
filename 'Dockerfile.openpilot'
//additionalBuildArgs '--cache-from docker.io/commaai/openpilotci:latest'
args '--privileged --shm-size 1G'
}
}
steps {
sh 'scons -j4'
}
}
stage('On-device Tests') {
when {
not {

Loading…
Cancel
Save