Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
CI: Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Jun 15, 2020
1 parent eb5f940 commit ca55388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
compiler: clang

script:
- ./makefile.sh --NO_GH_API --VERSION=${VERSION}
- ./makefile.sh --NO_GH_API --VERSION=${VERSION} --PRE_RELEASE=Kext

deploy:
provider: releases
Expand Down
2 changes: 2 additions & 0 deletions makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ function Enjoy() {
}

function BKext() {
local TRAVIS_TAG=""

if [[ ! -d "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk" ]]; then
echo "${green}[${reset}${blue}${bold} Downloading MacOSX10.12.sdk ${reset}${green}]${reset}"
echo "${cyan}"
Expand Down

0 comments on commit ca55388

Please sign in to comment.