From 0b083c13b808d5e6455902f351b0b5cef164995c Mon Sep 17 00:00:00 2001 From: Andrey1970AppleLife Date: Wed, 23 Sep 2020 02:24:12 +0300 Subject: [PATCH] Build: Added -jobs 1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 469bb61..8fd10ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,13 @@ matrix: include: - os: osx name: "Build" - osx_image: xcode10.2 + osx_image: xcode11.6 compiler: clang script: - git clone https://github.com/acidanthera/MacKernelSDK - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1 - - xcodebuild -configuration Debug + - xcodebuild -jobs 1 -configuration Debug - xcodebuild -jobs 1 -configuration Release deploy: