Use 10.2 image for pretest
Also some tidy
This commit is contained in:
8
.github/deploy
vendored
8
.github/deploy
vendored
@@ -115,12 +115,12 @@ func podspec(repo: Repo, user: User, pkg: Package) -> (Substring, String) {
|
|||||||
return (name, """
|
return (name, """
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = '\(name)'
|
s.name = '\(name)'
|
||||||
s.version = '\(tag)'
|
|
||||||
s.summary = '\(repo.description)'
|
|
||||||
s.homepage = "https://github.com/\(slug)"
|
|
||||||
s.license = '\(repo.license.spdx_id)'
|
|
||||||
s.author = { '\(user.name)': '\(user.email)' }
|
s.author = { '\(user.name)': '\(user.email)' }
|
||||||
s.source = { git: "https://github.com/\(slug).git", tag: '\(tag)' }
|
s.source = { git: "https://github.com/\(slug).git", tag: '\(tag)' }
|
||||||
|
s.version = '\(tag)'
|
||||||
|
s.summary = '\(repo.description)'
|
||||||
|
s.license = '\(repo.license.spdx_id)'
|
||||||
|
s.homepage = "https://github.com/\(slug)"
|
||||||
s.social_media_url = 'https://twitter.com/\(owner)'
|
s.social_media_url = 'https://twitter.com/\(owner)'
|
||||||
s.osx.deployment_target = '10.10'
|
s.osx.deployment_target = '10.10'
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ jobs:
|
|||||||
name: Check Linux tests are sync’d
|
name: Check Linux tests are sync’d
|
||||||
install: swift test --generate-linuxmain
|
install: swift test --generate-linuxmain
|
||||||
script: git diff --exit-code
|
script: git diff --exit-code
|
||||||
|
osx_image: xcode10.2
|
||||||
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
name: Jazzy
|
name: Jazzy
|
||||||
|
|||||||
Reference in New Issue
Block a user