diff options
author | Croydon <cr0ydon@outlook.com> | 2019-01-06 06:29:56 (GMT) |
---|---|---|
committer | Croydon <cr0ydon@outlook.com> | 2019-01-06 06:29:56 (GMT) |
commit | 7591f4ecb548b0e55f32934e74f757795f0125f8 (patch) | |
tree | 0b920c6868d39fbf5503c151e202d42fe93d3467 | |
parent | 64d858294da917b5ec69cfb897cda808dc5983fd (diff) | |
download | Doxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.zip Doxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.tar.gz Doxygen-7591f4ecb548b0e55f32934e74f757795f0125f8.tar.bz2 |
Travis: Output CMake version
-rw-r--r-- | .travis.yml | 1 |
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 |