Skip to content

Commit

Permalink
Merge pull request #173 from analogdevicesinc/tfcollins/fix-jenkins
Browse files Browse the repository at this point in the history
Disable ML doc for now in Jenkins
  • Loading branch information
tfcollins authored Feb 14, 2024
2 parents 18f0bb7 + 885f50a commit eb7b73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ stage("Build Toolbox") {
checkout scm
sh 'git submodule update --init'
sh 'make -C ./CI/scripts build'
sh 'pip3 install -r requirements_doc.txt'
sh 'make -C ./CI/gen_doc doc_ml'
// sh 'pip3 install -r requirements_doc.txt'
// sh 'make -C ./CI/gen_doc doc_ml'
sh 'make -C ./CI/scripts add_libad9361'
sh 'make -C ./CI/scripts gen_tlbx'
}
Expand Down
4 changes: 2 additions & 2 deletions JenkinsfileCron
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ stage("Build Toolbox") {
checkout scm
sh 'git submodule update --init'
sh 'make -C ./CI/scripts build'
sh 'pip3 install -r requirements_doc.txt'
sh 'make -C ./CI/gen_doc doc_ml'
// sh 'pip3 install -r requirements_doc.txt'
// sh 'make -C ./CI/gen_doc doc_ml'
sh 'make -C ./CI/scripts add_libad9361'
sh 'make -C ./CI/scripts gen_tlbx'
}
Expand Down

0 comments on commit eb7b73a

Please sign in to comment.