pull/1984/head
Adeeb Shihadeh 5 years ago
parent 63375099ea
commit 07c1729e05
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -55,10 +55,12 @@ pipeline {
}
stages {
stage('Build') {
steps {
sh 'scons -j4'
}
}
}
}
stage('On-device Tests') {
agent {

Loading…
Cancel
Save