aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-13 17:06:41 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-13 17:06:41 +0200
commit21db98f32bc7e87685c7bd813945cbba75ec0fb7 (patch)
treed24e3d8e4533f53fc3872970ca10f4e318a996f7
parent55845602abf09bc5ccee2032a21b95b245d3cedd (diff)
downloadlibquotient-21db98f32bc7e87685c7bd813945cbba75ec0fb7.tar.gz
libquotient-21db98f32bc7e87685c7bd813945cbba75ec0fb7.zip
AppVeyor: disable E2EE building, drop older Qt
E2EE will be remade anyway so building it now makes little sense.
-rw-r--r--.appveyor.yml15
1 files changed, 1 insertions, 14 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 69a58ba0..fa031ed8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -9,16 +9,6 @@ environment:
- QTDIR: C:\Qt\5.13\msvc2017_64 # Fresh Qt, 64-bit
VCVARS: "vcvars64.bat"
PLATFORM:
- - QTDIR: C:\Qt\5.9\msvc2017_64 # Oldest supported Qt, 64-bit, E2EE
- VCVARS: "vcvars64.bat"
- QMAKE_E2EE_ARGS: '"DEFINES += Quotient_E2EE_ENABLED USE_INTREE_LIBQOLM" "INCLUDEPATH += olm/include" "LIBS += -Lbuild/olm"'
- CMAKE_E2EE_ARGS: '-DQuotient_ENABLE_E2EE=ON -DOlm_DIR=build/olm'
- PLATFORM:
- - QTDIR: C:\Qt\5.13\msvc2017_64 # Fresh Qt, 64-bit, E2EE
- VCVARS: "vcvars64.bat"
- QMAKE_E2EE_ARGS: '"DEFINES += Quotient_E2EE_ENABLED USE_INTREE_LIBQOLM" "INCLUDEPATH += olm/include" "LIBS += -Lbuild/olm"'
- CMAKE_E2EE_ARGS: '-DQuotient_ENABLE_E2EE=ON -DOlm_DIR=build/olm'
- PLATFORM:
init:
- call "%QTDIR%\bin\qtenv2.bat"
@@ -28,12 +18,9 @@ init:
before_build:
- git submodule update --init --recursive
-- git clone https://gitlab.matrix.org/matrix-org/olm.git
-- cmake %CMAKE_ARGS% -Holm -Bbuild/olm
-- cmake --build build/olm
build_script:
-- cmake %CMAKE_ARGS% %CMAKE_E2EE_ARGS% -H. -Bbuild
+- cmake %CMAKE_ARGS% -H. -Bbuild
- cmake --build build
#after_build: