aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRaphaël Cotty <raphael.cotty@gmail.com>2020-12-16 15:18:07 +0100
committerRaphaël Cotty <raphael.cotty@gmail.com>2020-12-18 12:38:01 +0000
commit1bb4c3c95e548bd57f733f2936e370cd40e81765 (patch)
treead880c5ad14349956e3d1885c4e8fb0b8246cc23 /.github
parent9e9caf2268fd75f4bddd74084afcc7ba27fe5d2e (diff)
Add qt4 docker image for basic testing
Change-Id: Ied6d9eac49fcb20de72499ab7c39e83a90a98b75 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c155ad26e..a2714380f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -257,6 +257,13 @@ jobs:
profile: '',
script: './scripts/test-qt-for-android.sh',
}
+ - {
+ name: 'Run Linux tests (Qt 4.8.7)',
+ image: 'focal-qt4',
+ profile: '',
+ script: './scripts/test-qt4.sh',
+ }
+
env:
QBS_TEST_SOURCE_ROOT: 'tests'
QBS_AUTOTEST_PROFILE: ${{ matrix.config.profile }}