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 1123b24 commit f91b79d
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,12 +4,12 @@ matrix:
include:
- os: osx
name: "Build"
osx_image: xcode10.2
osx_image: xcode11.6
compiler: clang

script:
- git clone https://github.com/acidanthera/MacKernelSDK
- xcodebuild -configuration Debug
- xcodebuild -jobs 1 -configuration Debug
- xcodebuild -jobs 1 -configuration Release

deploy:
Expand Down

0 comments on commit f91b79d

Please sign in to comment.