Add jazzy tool to MacOS 10.14 - 12 (#4348)

This commit is contained in:
Nikolay Frolov
2021-10-27 16:48:10 +03:00
committed by GitHub
parent a8f97f0023
commit 4eb1b7986d
7 changed files with 20 additions and 4 deletions

View File

@@ -512,6 +512,11 @@ function Get-SbtVersion {
return "Sbt $sbtVersion"
}
function Get-JazzyVersion {
$jazzyVersion = Run-Command "jazzy --version" | Take-Part -Part 2
return "Jazzy $jazzyVersion"
}
function Build-PackageManagementEnvironmentTable {
return @(
@{

View File

@@ -176,6 +176,7 @@ $markdown += New-MDNewLine
# Tools
$markdown += New-MDHeader "Tools" -Level 3
$toolsList = @(
(Get-JazzyVersion),
(Get-FastlaneVersion),
(Get-CmakeVersion),
(Get-AppCenterCLIVersion),

View File

@@ -36,3 +36,9 @@ Describe "xcpretty" {
"xcpretty --version" | Should -ReturnZeroExitCode
}
}
Describe "jazzy" {
It "jazzy" {
"jazzy --version" | Should -ReturnZeroExitCode
}
}

View File

@@ -371,7 +371,8 @@
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
"fastlane",
"jazzy"
]
},
"go": {

View File

@@ -325,7 +325,8 @@
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
"fastlane",
"jazzy"
]
},
"go": {

View File

@@ -268,7 +268,8 @@
"nomad-cli",
"xcpretty",
"bundler",
"fastlane"
"fastlane",
"jazzy"
]
},
"go": {

View File

@@ -168,7 +168,8 @@
"cocoapods",
"xcpretty",
"bundler",
"fastlane"
"fastlane",
"jazzy"
]
},
"go": {