Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Nov 22, 2023
1 parent 7854871 commit 6cfde35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ pipeline {
// build runtime
createZip("linux")
dir("python/xmos_ai_tools/runtime") {
sh "ls"
unstash "release_archive_linux"
sh "unzip release_archive.zip"
sh "rm release_archive.zip"
sh "ls"
sh """
unzip release_archive.zip
rm release_archive.zip
ls lib
ls include
"""
}
dir("python/xmos_ai_tools/xinterpreters/build") {
sh "cmake .."
Expand Down

0 comments on commit 6cfde35

Please sign in to comment.