display some system and environment values in CI build script

This commit is contained in:
Vincent Sanders 2018-08-15 16:52:54 +01:00
parent c1fb25e074
commit 7d22759f5e
1 changed files with 5 additions and 0 deletions

View File

@ -418,6 +418,11 @@ cat > Makefile.config <<EOF
override NETSURF_LOG_LEVEL := DEBUG
EOF
########### Additional environment info ########
set
uname -a
########### Build from source ##################
# Clean first