Add download of CMake modules to Travis.

This commit is contained in:
Oliver Hamlet
2014-11-02 16:48:35 +00:00
parent 1da4ca8fcf
commit b6614ce355
+3
View File
@@ -55,6 +55,9 @@ before_script:
- wget https://github.com/WrinklyNinja/testing-plugins/archive/master.zip
- unzip master.zip
- mv testing-plugins-master/* ./
# Get the 3rd-party CMake modules.
- wget https://raw.githubusercontent.com/rpavlik/cmake-modules/master/GetGitRevisionDescription.cmake
- wget https://raw.githubusercontent.com/rpavlik/cmake-modules/master/GetGitRevisionDescription.cmake.in
# Travis machines are 64 bit, and the deps use dynamic linking.
- cmake .. -DPROJECT_ARCH=64 -DPROJECT_STATIC_RUNTIME=OFF -DBUILD_SHARED_LIBS=OFF -DGTEST_ROOT=../../gtest-1.7.0