Commit 05a8d8d7 by Edward Thomson

ci: show PATH in build script

parent 9d8fa925
...@@ -61,6 +61,8 @@ if test -n "${CC}"; then ...@@ -61,6 +61,8 @@ if test -n "${CC}"; then
"${CC}" --version 2>&1 | indent "${CC}" --version 2>&1 | indent
fi fi
echo "Environment:" echo "Environment:"
echo "PATH=${BUILD_PATH}" | indent
if test -n "${CC}"; then if test -n "${CC}"; then
echo "CC=${CC}" | indent echo "CC=${CC}" | indent
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment