-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
language: objective-c | ||
|
||
os: osx | ||
osx_image: xcode9.3beta | ||
|
||
matrix: | ||
include: | ||
- osx_image: xcode9.3beta # macOS 10.13 | ||
- osx_image: xcode9.2 # macOS 10.12 | ||
|
||
script: | ||
- xcodebuild -project Thunderbolt3Unblocker.xcodeproj -scheme Thunderbolt3Unblocker -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO SYMROOT=./build | ||
- sudo chown -R root:wheel ./build/Release/Thunderbolt3Unblocker.kext | ||
- sudo kextutil -nt build/Release/Thunderbolt3Unblocker.kext | ||
|
||
# It would be nice to subsequently load and test the kernel extension, but this | ||
# is not currently possible on Travis CI. | ||
# | ||
# Note that the kext runs xnu_override_test on load, and will fail the kextload | ||
# if the command fails. (That, or the system will panic.) | ||
# | ||
# - sudo chown -R root:wheel ./build/Release/Thunderbolt3Unblocker.kext | ||
# - sudo kextload ./build/Release/Thunderbolt3Unblocker.kext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters