mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unnecessary CMake modules from Travis script
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -ev
|
||||
|
||||
# Currently inside the cloned repo path.
|
||||
# Get the 3rd-party CMake modules.
|
||||
wget -P build https://raw.githubusercontent.com/rpavlik/cmake-modules/master/GetGitRevisionDescription.cmake
|
||||
wget -P build https://raw.githubusercontent.com/rpavlik/cmake-modules/master/GetGitRevisionDescription.cmake.in
|
||||
# Move out of LOOT repo path.
|
||||
cd ../..
|
||||
|
||||
# Install libespm.
|
||||
|
||||
Reference in New Issue
Block a user