Skip to content

Commit

Permalink
Update Jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Jan 23, 2024
1 parent f2d61b9 commit e737401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ stage("Build Toolbox") {
checkout scm
sh 'git submodule update --init'
sh 'pip3 install -r ./CI/gen_doc/requirements_doc.txt'
sh 'make -C ./CI/gen_doc doc_ml'
sh 'rm -rf doc || true'
sh 'make -C ./CI/gen_doc doc_ml'
sh 'make -C ./CI/scripts build'
sh 'make -C ./CI/scripts gen_tlbx'
}
Expand Down

0 comments on commit e737401

Please sign in to comment.