mirror of
https://github.com/devxoul/Toaster.git
synced 2026-01-18 21:21:19 +01:00
Merge pull request #169 from cozzin/feature/xcode10.3
Use Xcode 10.3 in Travis
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
os: osx
|
||||
osx_image: xcode10.2
|
||||
osx_image: xcode10.3
|
||||
sudo: false
|
||||
language: objective-c
|
||||
|
||||
env:
|
||||
- SDK="iphoneos12.2"
|
||||
- SDK="iphoneos12.4"
|
||||
|
||||
script:
|
||||
- xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
|
||||
|
||||
Reference in New Issue
Block a user