aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-01-28 16:03:28 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-01-28 16:03:28 +0100
commitcf661d5e85441f849c0e0faca1c929810d4fd752 (patch)
treef11406d039e59ad7d2ae871e72199c9cb40b8343
parentba1d3bda99c04f8783d1a5266f0fa7700ef3eb18 (diff)
downloadlibquotient-cf661d5e85441f849c0e0faca1c929810d4fd752.tar.gz
libquotient-cf661d5e85441f849c0e0faca1c929810d4fd752.zip
Drop qmake from CI
If someone still needs it - fix it; otherwise building with qmake will be dropped in 0.7
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 764d56d6..69a58ba0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -35,8 +35,6 @@ before_build:
build_script:
- cmake %CMAKE_ARGS% %CMAKE_E2EE_ARGS% -H. -Bbuild
- cmake --build build
-# qmake uses olm just built by CMake - it can't build olm on its own.
-- qmake -Wall quotest.pro -- %QMAKE_E2EE_ARGS% && jom
#after_build:
#- cmake --build build --target install