mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Show environment variables from jenkins
This commit is contained in:
parent
4646115f03
commit
67e24c8fc0
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ else
|
|||
echo "build type : ${BUILD_TYPE}"
|
||||
fi
|
||||
|
||||
echo "environment :"
|
||||
export
|
||||
|
||||
if [ -n "${CPPCHECK}" ]; then
|
||||
if [ ! -f "${CPPCHECK}" ]; then
|
||||
command -v cppcheck >/dev/null
|
||||
|
|
Loading…
Reference in a new issue