Skip to content

Commit

Permalink
Travis: update cmake from kitware
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Feb 9, 2020
1 parent c78030a commit 7786e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis/build-linux.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/env bash -ex
shopt -s nocasematch

sudo apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
sudo apt-get install -y cmake

# Setup Qt variables
export QT_BASE_DIR=/opt/qt${QTVERMIN}
export PATH=$QT_BASE_DIR/bin:$PATH
Expand Down

0 comments on commit 7786e4e

Please sign in to comment.