From 031e62570caef1264e2cd37a9a38d7663ffba780 Mon Sep 17 00:00:00 2001 From: Andrey1970AppleLife Date: Wed, 23 Sep 2020 02:13:43 +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 0d125c0..4b75b11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,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: