/[svn]/qsampler/trunk/.travis.yml
ViewVC logotype

Diff of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3514 by capela, Thu Nov 8 08:02:37 2018 UTC revision 3515 by capela, Wed Jun 5 15:09:11 2019 UTC
# Line 1  Line 1 
1  language: cpp  language: cpp
2    
3  sudo: required  sudo: required
4  dist: trusty  dist: xenial
5    
6  notifications:  notifications:
7    email:    email:
# Line 14  branches: Line 14  branches:
14    only:    only:
15    - master    - master
16    
 env:  
 - QT_SELECT=5  
   
17  before_install:  before_install:
18  - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa  - sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
19  - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty  - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.12.3-xenial
20  - sudo apt-get update -qq  - sudo apt-get update -qq
21    
22  install:  install:
23  - sudo apt-get install -qq qt510base qt510tools qt510x11extras; source /opt/qt510/bin/qt510-env.sh  - sudo apt-get install -qq qt512base qt512tools libgl-dev; source /opt/qt512/bin/qt512-env.sh
24  - sudo apt-get install -qq liblscp-dev libgig-dev  - sudo apt-get install -qq liblscp-dev libgig-dev
25    
26  before_script:  before_script:

Legend:
Removed from v.3514  
changed lines
  Added in v.3515

  ViewVC Help
Powered by ViewVC