/[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 3357 by capela, Tue Oct 17 21:44:20 2017 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=4  
 - 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  - if [[ "$QT_SELECT" = "5" ]]; then sudo add-apt-repository --yes ppa:beineri/opt-qt591-trusty; fi  - 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  - if [[ "$QT_SELECT" = "4" ]]; then sudo apt-get install -qq libqt4-dev; fi  - sudo apt-get install -qq qt512base qt512tools libgl-dev; source /opt/qt512/bin/qt512-env.sh
 - if [[ "$QT_SELECT" = "5" ]]; then sudo apt-get install -qq qt59base qt59tools qt59x11extras; source /opt/qt*/bin/qt*-env.sh; fi  
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:
# Line 33  before_script: Line 28  before_script:
28  - ./autogen.sh  - ./autogen.sh
29    
30  script:  script:
31  - if [ "$QT_SELECT" = "4" ]; then ./configure --enable-qt4; fi  - ./configure
32  - if [ "$QT_SELECT" = "5" ]; then ./configure; fi  - make
33  - make && sudo make install  - sudo make install

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

  ViewVC Help
Powered by ViewVC