Print build system information (using uname)
This commit is contained in:
parent
61525f2374
commit
9fa55baf2c
|
@ -37,6 +37,11 @@ install:
|
||||||
- cmd: set PATH=%cd%\mtools-4.0.18\;%PATH%
|
- cmd: set PATH=%cd%\mtools-4.0.18\;%PATH%
|
||||||
# Print versions and other tool information
|
# Print versions and other tool information
|
||||||
- cmd: echo %cd%
|
- cmd: echo %cd%
|
||||||
|
- cmd: uname -s
|
||||||
|
- cmd: uname -r
|
||||||
|
- cmd: uname -v
|
||||||
|
- cmd: uname -m
|
||||||
|
- cmd: uname -o
|
||||||
- cmd: make --version
|
- cmd: make --version
|
||||||
- cmd: nasm -v
|
- cmd: nasm -v
|
||||||
- cmd: mtools --version
|
- cmd: mtools --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user