We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455fa42 commit 5089cd9Copy full SHA for 5089cd9
1 file changed
.travis.yml
@@ -1,11 +1,12 @@
1
2
+os: linux
3
+dist: focal
4
+
5
language: cpp
-sudo: required
-dist: bionic
6
compiler: gcc
7
8
before_install:
- - sudo add-apt-repository ppa:beineri/opt-qt-5.12.6-bionic -y
9
+ - sudo add-apt-repository -y ppa:beineri/opt-qt-5.15.0-focal
10
- sudo apt update -qq
11
12
install:
@@ -14,11 +15,11 @@ install:
14
15
- cmake -version
16
17
# Dependency for Qt
- - sudo apt -qq install mesa-common-dev libglu1-mesa-dev
18
+ - sudo apt install -qq mesa-common-dev libglu1-mesa-dev
19
20
# Install Qt
- - sudo apt -qq install qt512-meta-minimal qt512serialbus
21
-
+ - sudo apt install -qq qt515base qt515serialbus
22
23
# Setup Qt env
24
- source /opt/qt*/bin/qt*-env.sh
25
0 commit comments