aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 14:16:12 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 14:16:12 +0200
commit7d4b46e6daf656a1e97426cb1f2f8c99c68c4dda (patch)
tree96d43b5a08d7b0a7d70c91bd6945575dfa60e8bc
parent153981c0c3b8bfe82b4c5b773ae6f361afce14ed (diff)
downloadlibquotient-7d4b46e6daf656a1e97426cb1f2f8c99c68c4dda.tar.gz
libquotient-7d4b46e6daf656a1e97426cb1f2f8c99c68c4dda.zip
Reduce the number of CI jobs
It takes well over an hour to build the whole lineup for now; while the single right fix for that is making quotest capable of running in parallel, a few GCC jobs can be safely dropped for now (and we'll see if they should be brought back when parallel quotest unleashes the CI).
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c777cbc..99fe7b7b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
max-parallel: 1
matrix:
os: [ ubuntu-20.04, macos-10.15 ]
- compiler: [ GCC, Clang ]
+ compiler: [ Clang ] # GCC builds are added individually below
qt-version: [ '5.12.12' ]
# Not using binary values here, to make the job captions more readable
e2ee: [ '', e2ee ]
@@ -29,8 +29,6 @@ jobs:
platform: [ '' ]
qt-arch: [ '' ]
exclude:
- - os: macos-10.15
- compiler: GCC
- os: windows-2019
e2ee: e2ee # Not supported by the current CI script
- os: macos-10.15
@@ -41,6 +39,11 @@ jobs:
qt-version: '5.12.12'
e2ee: e2ee
sonar: sonar
+ - os: ubuntu-20.04
+ compiler: GCC
+ qt-version: '5.12.12'
+ e2ee: e2ee
+ update-api: update-api
- os: windows-2019
compiler: MSVC
platform: x64