enable everything

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 957c0db719
commit 5c596a63ec
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

@ -56,14 +56,12 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'whoami'
sh 'scons -j4'
sh 'scons -j$(nproc)'
}
}
}
}
/*
stage('On-device Tests') {
agent {
docker {
@ -119,7 +117,6 @@ pipeline {
}
}
*/
}
}

Loading…
Cancel
Save