From 1232fab431ffe0ea531fd9aab48f208011f49ec4 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Mon, 27 Jan 2020 11:24:56 +0800 Subject: [PATCH] AppVeyor: Add -j2 to cmake build command. This should theoretically speed up Windows compilation. --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index b081aa9a3..bb2b577c3 100644 --- a/extra/appveyor/appveyor.yml +++ b/extra/appveyor/appveyor.yml @@ -38,7 +38,7 @@ before_build: - cmake -G "%GENERATOR%" -H. -Bbuild build_script: -- cmake --build build --target PACKAGE --config Release +- cmake --build build --target PACKAGE --config Release -j2 after_build: