Skip to content

Commit

Permalink
CI: Switch CMake to pinned 3.13.4
Browse files Browse the repository at this point in the history
wheee Travis has CMake 3.12.4
  • Loading branch information
bb010g committed Jul 30, 2020
1 parent e3b2146 commit 03aeca7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ matrix:
- ninja-build
- rpm
- zlib1g-dev
before_install:
- ( shopt dotglob; sudo rm -rf /usr/local/cmake/* )
- >-
curl --retry 2 --retry-delay 30 'https://cmake.org/files/v3.13/cmake-3.13.4-Linux-x86_64.tar.gz' |
sudo tar -x -C /usr/local/cmake --strip-components 1
- os: osx
osx_image: xcode10.1 # =10.13/high sierra
Expand Down Expand Up @@ -89,6 +94,11 @@ matrix:
- wine-stable
- wine32
- xvfb
before_install:
- ( shopt dotglob; sudo rm -rf /usr/local/cmake/* )
- >-
curl --retry 2 --retry-delay 30 'https://cmake.org/files/v3.13/cmake-3.13.4-Linux-x86_64.tar.gz' |
sudo tar -x -C /usr/local/cmake --strip-components 1
deploy:
provider: releases
Expand Down

0 comments on commit 03aeca7

Please sign in to comment.