We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527347b commit e2b4ac8Copy full SHA for e2b4ac8
.travis.yml
@@ -8,13 +8,13 @@ matrix:
8
include:
9
- os: osx
10
name: "Build"
11
- osx_image: xcode10.2
+ osx_image: xcode11.6
12
compiler: clang
13
14
script:
15
- git clone https://github.com/acidanthera/MacKernelSDK
16
- - xcodebuild -configuration Debug
17
- - xcodebuild -configuration Release
+ - xcodebuild -jobs 1 -configuration Debug
+ - xcodebuild -jobs 1 -configuration Release
18
19
deploy:
20
provider: releases
0 commit comments