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