mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use the updated CMake in the new Travis images
This commit is contained in:
@@ -32,10 +32,6 @@ install:
|
||||
- tar -xf doxygen-1.8.12.linux.bin.tar.gz
|
||||
# Add Doxygen binary path to PATH
|
||||
- export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
|
||||
# Get CMake (version available in repositories is too old, needs to be 3.1+)
|
||||
- wget --no-check-certificate https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.tar.gz
|
||||
- tar -xzf cmake-3.8.2-Linux-x86_64.tar.gz
|
||||
- export PATH=$PWD/cmake-3.8.2-Linux-x86_64/bin:$PATH
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
|
||||
Reference in New Issue
Block a user