aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-02-11 21:37:51 +0100
committerLNJ <lnj@kaidan.im>2020-02-11 22:01:35 +0100
commit5049805fb5c726245ae422856d4a7afc70031e9d (patch)
treee1a8f10cc9ec101de98681e4775b6cfbc126d139
parentcf54ba0b26b913e2f87c102f736886687505174b (diff)
downloadqxmpp-5049805fb5c726245ae422856d4a7afc70031e9d.tar.gz
ci: appveyor: Try to enable parallel builds
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 384e01b8..6613466d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,6 +10,9 @@ environment:
GENERATOR: Visual Studio 14 2015 Win64
QTDIR: C:\Qt\5.11\msvc2015_64
+build:
+ parallel: true
+
build_script:
- mkdir build
- cd build