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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'whoami' sh 'scons -j$(nproc)'
sh 'scons -j4'
} }
} }
} }
} }
/*
stage('On-device Tests') { stage('On-device Tests') {
agent { agent {
docker { docker {
@ -119,7 +117,6 @@ pipeline {
} }
} }
*/
} }
} }

Loading…
Cancel
Save