Skip to content

Commit

Permalink
Use Xenial and Bionix
Browse files Browse the repository at this point in the history
  • Loading branch information
fathomssen authored Jun 1, 2020
1 parent 5d0e6e1 commit 3ac07d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
- distver: "10.13"
- distname: "high-sierra"
####################### Linux #######################
- os: linux
dist: xenial
sudo: required
env:
- qtenv: /opt/qt514/bin/qt514-env.sh
- qtpkg: "'qt514base qt514quickcontrols qt514quickcontrols2 qt514svg qt514x11extras mesa-common-dev libgl1-mesa-dev'"
- qtppa: ppa:beineri/opt-qt-5.14.2-xenial
- os: linux
dist: bionic
sudo: required
Expand Down Expand Up @@ -66,7 +73,7 @@ before_install:
export TRAVIS_VERSION="${TRAVIS_TAG}";
export VERSION="${TRAVIS_TAG#v}";
fi
- run $isLinux export PREFIX=redtimer-${TRAVIS_VERSION}-linux-x86_64
- run $isLinux export PREFIX=redtimer-${TRAVIS_VERSION}-linux-${TRAVIS_DIST}-x86_64
- run $isOsX export PREFIX=redtimer-${TRAVIS_VERSION}-${dist}-${distver}-${distname}
### Linux
- run $isLinux sudo add-apt-repository -y ${qtppa}
Expand Down

0 comments on commit 3ac07d5

Please sign in to comment.