Skip to content

Commit 4821688

Browse files
authored
Merge pull request #84 from humphrey-xmos/missing-archive
Missing sandbox archive
2 parents c013f2d + 93c7bee commit 4821688

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Jenkinsfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ pipeline {
8282
}
8383
}
8484
}
85+
stage("Archive sandbox") {
86+
steps
87+
{
88+
archiveSandbox(REPO_NAME)
89+
}
90+
}
8591
}
8692
} // stage: Build and checks
8793

@@ -94,7 +100,7 @@ pipeline {
94100
checkoutScmShallow()
95101
withTools(params.TOOLS_VERSION) {
96102
dir("tests") {
97-
xcoreBuild()
103+
xcoreBuild(archiveBins: false)
98104

99105
//Run this and diff against expected output. Note we have the lib files here available
100106
sh 'xrun --io --id 0 debug_printf_test/bin/debug_printf_test.xe &> debug_printf_test.txt'

0 commit comments

Comments
 (0)