Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Dec 18, 2018
1 parent 8140660 commit c3e7e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ case "$REPO_FULL_NAME" in
if [ "$REPO_FULL_NAME" == "dlang/phobos" ] ; then
make -C druntime -j2 -f posix.mak
fi
ls -R
cd "$(basename "${REPO_FULL_NAME}")" && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
rm -rf "$TMP"
;;
Expand Down

0 comments on commit c3e7e6e

Please sign in to comment.