steps

package
v0.0.0-...-cb74e61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActivateSSHKeyID      = "activate-ssh-key"
	ActivateSSHKeyVersion = "4"
)
View Source
const (
	AndroidLintID      = "android-lint"
	AndroidLintVersion = "0"
)
View Source
const (
	AndroidUnitTestID      = "android-unit-test"
	AndroidUnitTestVersion = "1"
)
View Source
const (
	AndroidBuildID      = "android-build"
	AndroidBuildVersion = "1"
)
View Source
const (
	GitCloneID      = "git-clone"
	GitCloneVersion = "8"
)
View Source
const (
	CacheRestoreGradleID         = "restore-gradle-cache"
	CacheRestoreGradleVersion    = "1"
	CacheRestoreCocoapodsID      = "restore-cocoapods-cache"
	CacheRestoreCocoapodsVersion = "1"
	CacheRestoreCarthageID       = "restore-carthage-cache"
	CacheRestoreCarthageVersion  = "1"
	CacheRestoreNPMID            = "restore-npm-cache"
	CacheRestoreNPMVersion       = "1"
	CacheRestoreSPMID            = "restore-spm-cache"
	CacheRestoreSPMVersion       = "1"
	CacheRestoreDartID           = "restore-dart-cache"
	CacheRestoreDartVersion      = "1"

	CacheSaveGradleID         = "save-gradle-cache"
	CacheSaveGradleVersion    = "1"
	CacheSaveCocoapodsID      = "save-cocoapods-cache"
	CacheSaveCocoapodsVersion = "1"
	CacheSaveCarthageID       = "save-carthage-cache"
	CacheSaveCarthageVersion  = "1"
	CacheSaveNPMID            = "save-npm-cache"
	CacheSaveNPMVersion       = "1"
	CacheSaveSPMID            = "save-spm-cache"
	CacheSaveSPMVersion       = "1"
	CacheSaveDartID           = "save-dart-cache"
	CacheSaveDartVersion      = "1"
)
View Source
const (
	CertificateAndProfileInstallerID      = "certificate-and-profile-installer"
	CertificateAndProfileInstallerVersion = "1"
)
View Source
const (
	ChangeAndroidVersionCodeAndVersionNameID      = "change-android-versioncode-and-versionname"
	ChangeAndroidVersionCodeAndVersionNameVersion = "1"
)
View Source
const (
	DeployToBitriseIoID      = "deploy-to-bitrise-io"
	DeployToBitriseIoVersion = "2"
)
View Source
const (
	SignAPKID      = "sign-apk"
	SignAPKVersion = "1"
)
View Source
const (
	InstallMissingAndroidToolsID      = "install-missing-android-tools"
	InstallMissingAndroidToolsVersion = "3"
)
View Source
const (
	FastlaneID      = "fastlane"
	FastlaneVersion = "3"
)
View Source
const (
	CocoapodsInstallID      = "cocoapods-install"
	CocoapodsInstallVersion = "2"
)
View Source
const (
	CarthageID      = "carthage"
	CarthageVersion = "3"
)
View Source
const (
	XcodeArchiveID      = "xcode-archive"
	XcodeArchiveVersion = "5"
)
View Source
const (
	XcodeTestID      = "xcode-test"
	XcodeTestVersion = "5"
)
View Source
const (
	XcodeBuildForTestID      = "xcode-build-for-test"
	XcodeBuildForTestVersion = "3"
)
View Source
const (
	XcodeArchiveMacID      = "xcode-archive-mac"
	XcodeArchiveMacVersion = "1"
)
View Source
const (
	ExportXCArchiveID      = "export-xcarchive"
	ExportXCArchiveVersion = "4"
)
View Source
const (
	XcodeTestMacID      = "xcode-test-mac"
	XcodeTestMacVersion = "1"
)
View Source
const (
	CordovaArchiveID      = "cordova-archive"
	CordovaArchiveVersion = "3"
)
View Source
const (
	IonicArchiveID      = "ionic-archive"
	IonicArchiveVersion = "2"
)
View Source
const (
	GenerateCordovaBuildConfigID      = "generate-cordova-build-configuration"
	GenerateCordovaBuildConfigVersion = "0"
)
View Source
const (
	JasmineTestRunnerID      = "jasmine-runner"
	JasmineTestRunnerVersion = "0"
)
View Source
const (
	KarmaJasmineTestRunnerID      = "karma-jasmine-runner"
	KarmaJasmineTestRunnerVersion = "0"
)
View Source
const (
	NpmID      = "npm"
	NpmVersion = "1"
)
View Source
const (
	RunEASBuildID      = "run-eas-build"
	RunEASBuildVersion = "0"
)
View Source
const (
	YarnID      = "yarn"
	YarnVersion = "0"
)
View Source
const (
	FlutterInstallID      = "flutter-installer"
	FlutterInstallVersion = "0"
)
View Source
const (
	FlutterTestID      = "flutter-test"
	FlutterTestVersion = "1"
)
View Source
const (
	FlutterAnalyzeID      = "flutter-analyze"
	FlutterAnalyzeVersion = "0"
)
View Source
const (
	FlutterBuildID      = "flutter-build"
	FlutterBuildVersion = "0"
)

Variables

View Source
var RunEASBuildPlatforms = []string{"all", "android", "ios"}

Functions

func ActivateSSHKeyStepListItem

func ActivateSSHKeyStepListItem(runIfCondition string) bitriseModels.StepListItemModel

func CertificateAndProfileInstallerStepListItem

func CertificateAndProfileInstallerStepListItem() bitriseModels.StepListItemModel

func ChangeAndroidVersionCodeAndVersionNameStepListItem

func ChangeAndroidVersionCodeAndVersionNameStepListItem(inputs ...envmanModels.EnvironmentItemModel) bitriseModels.StepListItemModel

func CocoapodsInstallStepListItem

func CocoapodsInstallStepListItem() bitriseModels.StepListItemModel

func DefaultDeployStepList

func DefaultDeployStepList() []bitriseModels.StepListItemModel

func DefaultPrepareStepList

func DefaultPrepareStepList(params PrepareListParams) []bitriseModels.StepListItemModel

func DeployToBitriseIoStepListItem

func DeployToBitriseIoStepListItem() bitriseModels.StepListItemModel

func FlutterInstallStepListItem

func FlutterInstallStepListItem(version string, isUpdate bool) bitriseModels.StepListItemModel

func GitCloneStepListItem

func GitCloneStepListItem() bitriseModels.StepListItemModel

func NpmStepListItem

func NpmStepListItem(command, workdir string) bitriseModels.StepListItemModel

func RestoreCarthageCache

func RestoreCarthageCache() bitriseModels.StepListItemModel

func RestoreCocoapodsCache

func RestoreCocoapodsCache() bitriseModels.StepListItemModel

func RestoreDartCache

func RestoreDartCache() bitriseModels.StepListItemModel

func RestoreGradleCache

func RestoreGradleCache() bitriseModels.StepListItemModel

func RestoreNPMCache

func RestoreNPMCache() bitriseModels.StepListItemModel

func RestoreSPMCache

func RestoreSPMCache() bitriseModels.StepListItemModel

func RunEASBuildStepListItem

func RunEASBuildStepListItem(workdir, platform string) bitriseModels.StepListItemModel

func SaveCarthageCache

func SaveCarthageCache() bitriseModels.StepListItemModel

func SaveCocoapodsCache

func SaveCocoapodsCache() bitriseModels.StepListItemModel

func SaveDartCache

func SaveDartCache() bitriseModels.StepListItemModel

func SaveGradleCache

func SaveGradleCache() bitriseModels.StepListItemModel

func SaveNPMCache

func SaveNPMCache() bitriseModels.StepListItemModel

func SaveSPMCache

func SaveSPMCache() bitriseModels.StepListItemModel

func SignAPKStepListItem

func SignAPKStepListItem() bitriseModels.StepListItemModel

func YarnStepListItem

func YarnStepListItem(command, workdir string) bitriseModels.StepListItemModel

Types

type PrepareListParams

type PrepareListParams struct {
	SSHKeyActivation models.SSHKeyActivation
}

PrepareListParams describes the default prepare Step options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL