Skip to content

Commit

Permalink
Update doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Apr 28, 2021
1 parent 2d5ccaf commit a42c916
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ pipeline {
stage('Builds') {
steps {
dir("${REPO}") {
xcoreAllAppNotesBuild('examples')
dir("${REPO}") {
//runXdoc('doc')
forAllMatch("${REPO}/examples", "AN*/") { path ->
runXdoc("${path}/doc")
}
runXdoc("${REPO}/${REPO}/doc")

// Archive all the generated .pdf docs
archiveArtifacts artifacts: "${REPO}/**/pdf/*.pdf", fingerprint: true, allowEmptyArchive: true
}
}
}
Expand Down

0 comments on commit a42c916

Please sign in to comment.