Skip to content

Add Support for Bitbucket Pipelines to --ci #9

@jgraup

Description

@jgraup

Any thoughts on adding support for Bitbucket Pipelines to [--ci=<provider>]?


bitbucket-pipelines.yml

# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: phpunit/phpunit:5.0.3
pipelines:
  default:
    - step:
        script: # Modify the commands below to build your repository.
          - composer install

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions