Print the cmake version in travis
This commit is contained in:
parent
7f449e7ef3
commit
dc08e12a01
|
@ -35,6 +35,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
- cmake --version
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in New Issue