Skip to content

Commit

Permalink
Merge branch 'hwloc-thread-bind' of github.com:NicolasDenoyelle/dynam…
Browse files Browse the repository at this point in the history
…ic_lstopo into hwloc-thread-bind
  • Loading branch information
ndenoyelle committed Jun 19, 2019
2 parents 29f14a6 + 08c853c commit 35de5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/ci.inria.fr/Jenkinsfile-basic
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
stash includes: "job-1-visualstudio.bat", name: 'script-msvc'
}
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
deleteDir()
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
}
}
}
Expand Down Expand Up @@ -68,9 +68,9 @@ pipeline {
unstash 'script-unix-check'
sh 'chmod 755 job-1-check.sh && ./job-1-check.sh '+tarballgz
if (env.KEEP_WORKING_DIRECTORY != 'true')
deleteDir()
}
}
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
} else {
node('msvc') {
dir('check-msvc') {
Expand Down

0 comments on commit 35de5c6

Please sign in to comment.