Added cmake --version for debugging OS X builds.
This commit is contained in:
parent
80a0ba1448
commit
044e10165d
|
@ -11,6 +11,7 @@ script:
|
|||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; fi
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake --version
|
||||
- cmake .. -G "Unix Makefiles"
|
||||
- make tester examples
|
||||
- rm -rf *
|
||||
|
|
Loading…
Reference in New Issue