Skip to content

Commit

Permalink
Merge pull request #1934 from cgwalters/mkdir-artifacts
Browse files Browse the repository at this point in the history
ci: Make ${ARTIFACTS} directory
  • Loading branch information
cgwalters authored Oct 14, 2019
2 parents 569e09f + 1a134bf commit f203a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ copy_out_gdtr_artifacts() {
# TODO; Split the main/clang builds into separate build dirs
local artifactdir
artifactdir=${ARTIFACTS:-${topdir}}
mkdir -p "${artifactdir}"
for x in test-suite.log config.log gdtr-results; do
if test -e ${resultsdir}/${x}; then
mv ${resultsdir}/${x} ${artifactdir}
Expand Down

0 comments on commit f203a4f

Please sign in to comment.