-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
command:scaffoldRelated to 'scaffold' commandRelated to 'scaffold' commandcommand:scaffold-plugin-testsRelated to 'scaffold plugin-tests' commandRelated to 'scaffold plugin-tests' command
Description
Any thoughts on adding support for Bitbucket Pipelines to [--ci=<provider>]?
- https://bitbucket.org/product/features/pipelines
- https://www.cuttlesoft.com/bitbucket-pipelines-first-impression/
- https://bitbucket.org/rw_grim/local-pipelines/overview
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 installReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
command:scaffoldRelated to 'scaffold' commandRelated to 'scaffold' commandcommand:scaffold-plugin-testsRelated to 'scaffold plugin-tests' commandRelated to 'scaffold plugin-tests' command