mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Update .travis.yml
This commit is contained in:
parent
ee99b15af8
commit
ab118549e1
102
.travis.yml
102
.travis.yml
@ -498,7 +498,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.12.3_Ubuntu_18.04
|
- env: Qt5.12.6_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -507,7 +507,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.3-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.12.6-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt512base
|
||||||
- qt512script
|
- qt512script
|
||||||
@ -521,7 +521,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.12.3_Ubuntu_18.04
|
- env: Qt5.12.6_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -530,7 +530,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.3-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.12.6-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt512base
|
||||||
- qt512script
|
- qt512script
|
||||||
@ -542,7 +542,99 @@ matrix:
|
|||||||
- source /opt/qt512/bin/qt512-env.sh
|
- source /opt/qt512/bin/qt512-env.sh
|
||||||
- /opt/qt512/bin/qmake -r limereport.pro
|
- /opt/qt512/bin/qmake -r limereport.pro
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.13.2_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: gcc
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.13.2-bionic'
|
||||||
|
packages:
|
||||||
|
- qt513base
|
||||||
|
- qt513script
|
||||||
|
- qt513tools
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt513/bin/qt513-env.sh
|
||||||
|
- /opt/qt513/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.13.2_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.13.2-bionic'
|
||||||
|
packages:
|
||||||
|
- qt513base
|
||||||
|
- qt513script
|
||||||
|
- qt513tools
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt513/bin/qt513-env.sh
|
||||||
|
- /opt/qt513/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.14.0_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: gcc
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.14.0-bionic'
|
||||||
|
packages:
|
||||||
|
- qt514base
|
||||||
|
- qt514script
|
||||||
|
- qt514tools
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt514/bin/qt514-env.sh
|
||||||
|
- /opt/qt514/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.14.0_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.14.0-bionic'
|
||||||
|
packages:
|
||||||
|
- qt514base
|
||||||
|
- qt514script
|
||||||
|
- qt514tools
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt514/bin/qt514-env.sh
|
||||||
|
- /opt/qt514/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
Loading…
Reference in New Issue
Block a user