aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-16 10:31:37 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-16 17:58:17 +0100
commitba2dc2a1aa23c91a52bcd0d9f3feb29ea9ecfcd2 (patch)
tree41eb8c1c79d9ccfb2531fd511463597ca557b3f8 /.github/workflows/ci.yml
parentb5e1fc7d8fcf9336db0dfb351403aa06dcb226a0 (diff)
downloadlibquotient-ba2dc2a1aa23c91a52bcd0d9f3feb29ea9ecfcd2.tar.gz
libquotient-ba2dc2a1aa23c91a52bcd0d9f3feb29ea9ecfcd2.zip
ci.yml: enable E2EE pipelines again
The whole cycle will get terribly long again; looking forward to parallel quotest...
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d902bd3..c8ea0d95 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,18 +19,20 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
- os: [ubuntu-20.04, macos-10.15]
+ os: [ ubuntu-20.04, macos-10.15 ]
compiler: [ GCC, Clang ]
qt-version: [ '5.12.12' ]
# Not using binary values here, to make the job captions more readable
- e2ee: [ '' ]
- update-api: [ '', 'update-api' ]
+ e2ee: [ '', e2ee ]
+ update-api: [ '', update-api ]
sonar: [ '' ]
platform: [ '' ]
qt-arch: [ '' ]
exclude:
- os: macos-10.15
compiler: GCC
+ - os: windows-2019
+ e2ee: e2ee # Not supported by the current CI script
include:
- os: ubuntu-latest
compiler: GCC
@@ -55,7 +57,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- submodules: ${{ matrix.e2ee != '' }}
- name: Cache Qt
id: cache-qt
@@ -154,7 +155,6 @@ jobs:
if: ${{ contains(matrix.os, 'ubuntu') && matrix.e2ee }}
run: |
sudo apt-get install libssl-dev
- echo "openssl version" >>$GITHUB_ENV
- name: Build and install olm
if: matrix.e2ee