/[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 3860 by capela, Thu Dec 3 23:27:46 2020 UTC revision 3861 by capela, Mon Mar 1 15:38:42 2021 UTC
# Line 19  before_install: Line 19  before_install:
19  - sudo apt-get update -qq  - sudo apt-get update -qq
20    
21  install:  install:
22  - sudo apt-get install -qq qt515base qt515tools libgl-dev; source /opt/qt515/bin/qt515-env.sh  - sudo apt-get install -qq qt515base qt515tools qt515translations
23    - sudo apt-get install -qq qt515svg qt515wayland libgl-dev
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 27  before_script: Line 28  before_script:
28  - ./autogen.sh  - ./autogen.sh
29    
30  script:  script:
31    - source /opt/qt515/bin/qt515-env.sh
32  - ./configure  - ./configure
33  - make  - make
34  - sudo make install  - sudo make install

Legend:
Removed from v.3860  
changed lines
  Added in v.3861

  ViewVC Help
Powered by ViewVC