bitrise-steplib

New Bitrise StepLib (by bitrise-io)

bitrise-steplib reviews and mentions

Posts with mentions or reviews of bitrise-steplib. We have used some of these posts to build our list of alternatives and similar projects.
  • Unlock Efficient CI/CD: How YAML Anchors Transform Your Bitrise Setup
    1 project | dev.to | 7 May 2024
    format_version: '8' default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git steps: - step: &xcode-test xcode-test@3: inputs: - project_path: "$BITRISE_PROJECT_PATH" - scheme: "$BITRISE_SCHEME" - simulator_os_version: "latest" - simulator_device: iPhone 11 Pro Max - step: &xcode-build-for-sim xcode-build-for-simulator@0: inputs: - project_path: "$BITRISE_PROJECT_PATH" - scheme: "$BITRISE_SCHEME" - simulator_device: iPhone 11 Pro Max - step: &cache-push cache-push@2: inputs: - cache_paths: |- ./Pods -> ./Podfile.lock ./Carthage -> ./Cartfile.resolved - step: &slack-message slack@3: inputs: - webhook_url: "$SLACK_WEBHOOK_URL" - channel: "#builds" - message: "Build finished successfully!" project_type: ios workflows: primary: steps: - activate-ssh-key@4: run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}' - git-clone@6: {} - cache-pull@2: {} - certificate-and-profile-installer@1: {} - *xcode-test - *xcode-build-for-sim - *cache-push - *slack-message secondary: steps: - activate-ssh-key@4: run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}' - git-clone@6: {} - cache-pull@2: {} - certificate-and-profile-installer@1: {} - *xcode-test - *xcode-build-for-sim - *cache-push - *slack-message

Stats

Basic bitrise-steplib repo stats
1
154
9.3
about 24 hours ago

bitrise-io/bitrise-steplib is an open source project licensed under MIT License which is an OSI approved license.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com