mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add download of CMake modules to Travis.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user