mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
travis: Make a record of installed build util version numbers.
This commit is contained in:
parent
9951e63d56
commit
e06f50a5de
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ cache:
|
|||
|
||||
script:
|
||||
- export CC=$CCOMPILER CXX=$CXXCOMPILER
|
||||
- git rev-parse --verify HEAD
|
||||
- m4 --version
|
||||
- autoconf --version
|
||||
- automake --version
|
||||
- make --version
|
||||
- $CC --version
|
||||
- $CXX --version
|
||||
- time bash autogen.sh
|
||||
|
|
Loading…
Reference in a new issue