Skip to content

Commit

Permalink
Update GIT_BRANCH description, enable ONNX in Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
ep-tpstevens committed Oct 22, 2024
1 parent 99a78ec commit 2452c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
parameters {
booleanParam(name: 'ENABLE_DRY_RUN_COMPLETE', defaultValue: false, description: '"Runs" all stages (even conditional ones!) by printing out what would happen (ignores ENABLE_DEB_BUILD_WITHOUT_UPLOAD)')
booleanParam(name: 'ENABLE_DEB_BUILD_WITHOUT_UPLOAD', defaultValue: false, description: 'Enable the debian build (without uploading!) for test purposes')
string(name: 'GIT_BRANCH', defaultValue: '*/main', description: 'The name of the branch to check out. Remember to change the Jenkins pipeline configuration\'s "Branches to build"!')
string(name: 'GIT_BRANCH', defaultValue: '*/main', description: 'The name of the branch to check out. May also be used in Jenkins pipeline configuration -- check before running!')
}

stages {
Expand Down Expand Up @@ -120,7 +120,7 @@ pipeline {
stage('Configure') {
steps {
runShellCommand("sudo apt update && sudo apt install -y eyepop-onnxruntime=3.1.0 eyepop-tflite=3.1.0 libgtest-dev")
runShellCommand("meson -Dwerror=false -Donnxruntime-support=disabled -Dtf-support=disabled -Dcaffe2-support=disabled -Dpython3-support=disabled build/ -Denable-test=false")
runShellCommand("meson -Dwerror=false -Donnxruntime-support=enabled -Dtf-support=disabled -Dcaffe2-support=disabled -Dpython3-support=disabled build/ -Denable-test=false")
}
}

Expand Down

0 comments on commit 2452c8f

Please sign in to comment.