summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCroydon <cr0ydon@outlook.com>2019-01-06 06:29:56 (GMT)
committerCroydon <cr0ydon@outlook.com>2019-01-06 06:29:56 (GMT)
commit7591f4ecb548b0e55f32934e74f757795f0125f8 (patch)
tree0b920c6868d39fbf5503c151e202d42fe93d3467 /.travis.yml
parent64d858294da917b5ec69cfb897cda808dc5983fd (diff)
downloadDoxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.zip
Doxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.tar.gz
Doxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.tar.bz2
Travis: Output CMake version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a24d23..b4d1000 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,6 +68,7 @@ before_script:
script:
- mkdir build
- cd build
+ - cmake --version;
- cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- make tests