Skip to content

Commit

Permalink
Travis: Output CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jan 6, 2019
1 parent 64d8582 commit 7591f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7591f4e

Please sign in to comment.