From 22ec891819393a352943e0a2d2fa93361263c05a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 8 Oct 2015 23:26:40 -0400 Subject: [PATCH] appveyor - jom auto detects the number of cores --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 767ee2a88..a06bc8ded 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ install: build_script: - C:\Qt\5.4\msvc2013_opengl\bin\qmake -r CONFIG-=debug_and_release CONFIG+=%CONFIG% CONFIG+=WarningsAsErrorsOn CONFIG+=jombuild qgroundcontrol.pro - - jom -j 4 + - jom test_script: - if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest ) -- 2.22.0