We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0559165 commit aaac1d4Copy full SHA for aaac1d4
.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
- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
17
- - xcodebuild -configuration Debug
+ - xcodebuild -jobs 1 -configuration Debug
18
- xcodebuild -jobs 1 -configuration Release
19
20
deploy:
0 commit comments