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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save