Skip to content

Commit

Permalink
Build: Added -jobs 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Sep 22, 2020
1 parent b0ad770 commit 0b083c1
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 0b083c1

Please sign in to comment.