Skip to content

Commit

Permalink
Build: Added -jobs 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife authored Sep 22, 2020
1 parent b957698 commit 828bb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 828bb13

Please sign in to comment.