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
9ce7e4dfbf
commit
bf7e26bc0d
64
.travis.yml
64
.travis.yml
@ -520,7 +520,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.12.6_Ubuntu_18.04
|
- env: Qt5.12.10_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -529,7 +529,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.6-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.12.10-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt512base
|
||||||
- qt512script
|
- qt512script
|
||||||
@ -544,7 +544,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.12.6_Ubuntu_18.04
|
- env: Qt5.12.10_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -553,7 +553,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.12.6-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.12.10-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt512base
|
- qt512base
|
||||||
- qt512script
|
- qt512script
|
||||||
@ -616,7 +616,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.14.0_Ubuntu_18.04
|
- env: Qt5.14.2_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -625,7 +625,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.14.0-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt514base
|
- qt514base
|
||||||
- qt514script
|
- qt514script
|
||||||
@ -640,7 +640,7 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- env: Qt5.14.0_Ubuntu_18.04
|
- env: Qt5.14.2_Ubuntu_18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -649,7 +649,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:beineri/opt-qt-5.14.0-bionic'
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-bionic'
|
||||||
packages:
|
packages:
|
||||||
- qt514base
|
- qt514base
|
||||||
- qt514script
|
- qt514script
|
||||||
@ -664,5 +664,53 @@ matrix:
|
|||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.15.2_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: gcc
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.15.2-bionic'
|
||||||
|
packages:
|
||||||
|
- qt515base
|
||||||
|
- qt515script
|
||||||
|
- qt515tools
|
||||||
|
- qt515svg
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt515/bin/qt515-env.sh
|
||||||
|
- /opt/qt515/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
|
- env: Qt5.15.2_Ubuntu_18.04
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.15.2-bionic'
|
||||||
|
packages:
|
||||||
|
- qt515base
|
||||||
|
- qt515script
|
||||||
|
- qt515tools
|
||||||
|
- qt515svg
|
||||||
|
- mesa-common-dev
|
||||||
|
- libgl1-mesa-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- source /opt/qt515/bin/qt515-env.sh
|
||||||
|
- /opt/qt515/bin/qmake -r limereport.pro
|
||||||
|
- make
|
||||||
|
- make check
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user