summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2021-11-16 16:02:55 +0100
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2021-11-21 14:09:56 +0000
commit55d0e01789f9b197ecb45413644873aea806e1ae (patch)
tree7f294b6ef0d7e136fa6c3b5e869cd8286f5ad520 /.github/workflows/main.yml
parent3713c153d12c842288e16b7cc59bf47585fab7c1 (diff)
downloadqbs-55d0e01789f9b197ecb45413644873aea806e1ae.tar.gz
Add qt6 static docker image
Add qt6.2 docker image and github action Fixes: QBS-1534 Change-Id: Ia1675697fbd6bcbaabfafc11940bf5cb9447206b Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 88e0bf13c..81a3e4721 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -329,6 +329,12 @@ jobs:
script: './scripts/test-qt.sh',
}
- {
+ name: 'Run Linux tests (gcc, Qt 6.2 static)',
+ image: 'focal-qt6-static',
+ profile: 'qt-gcc_64',
+ script: './scripts/test-qt.sh',
+ }
+ - {
name: 'Run Android tests (Qt 5.13)',
image: 'focal-android-513',
profile: '',