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

Contents of /qsampler/trunk/.travis.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3838 - (show annotations) (download)
Thu Dec 3 23:27:46 2020 UTC (3 years, 4 months ago) by capela
File size: 558 byte(s)
- Bumped travis-ci.org to ppa:beineri/opt-qt5.15.2-focal.
1 language: cpp
2
3 sudo: required
4 dist: focal
5
6 notifications:
7 email:
8 recipients:
9 - rncbc@rncbc.org
10 on_success: change
11 on_failure: always
12
13 branches:
14 only:
15 - master
16
17 before_install:
18 - sudo add-apt-repository --yes ppa:beineri/opt-qt-5.15.2-focal
19 - sudo apt-get update -qq
20
21 install:
22 - sudo apt-get install -qq qt515base qt515tools libgl-dev; source /opt/qt515/bin/qt515-env.sh
23 - sudo apt-get install -qq liblscp-dev libgig-dev
24
25 before_script:
26 - git fetch --unshallow --tags -q
27 - ./autogen.sh
28
29 script:
30 - ./configure
31 - make
32 - sudo make install

  ViewVC Help
Powered by ViewVC