|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
os: osx |
|
|
|
|
language: swift |
|
|
|
|
xcode_project: Clocker.xcodeproj # path to your xcodeproj folder |
|
|
|
|
osx_image: xcode10.2 |
|
|
|
|
osx_image: xcode12.2 |
|
|
|
|
before_install: |
|
|
|
|
- export TZ=America/Los_Angeles |
|
|
|
|
before_script: |
|
|
|
@ -13,4 +13,4 @@ script:
|
|
|
|
|
- pwd |
|
|
|
|
- swiftlint |
|
|
|
|
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker build analyze CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_IDENTITY= | xcpretty |
|
|
|
|
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker test CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_IDENTITY= | xcpretty |
|
|
|
|
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker test CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_IDENTITY= | xcpretty |
|
|
|
|