Print build system information (using uname)

This commit is contained in:
Georges Dupéron 2018-07-27 21:19:51 +02:00
parent 61525f2374
commit 9fa55baf2c

View File

@ -37,6 +37,11 @@ install:
- cmd: set PATH=%cd%\mtools-4.0.18\;%PATH%
# Print versions and other tool information
- cmd: echo %cd%
- cmd: uname -s
- cmd: uname -r
- cmd: uname -v
- cmd: uname -m
- cmd: uname -o
- cmd: make --version
- cmd: nasm -v
- cmd: mtools --version