Skip to content

Docker image for Phing based PHP projects on Bitbucket Pipelines

Notifications You must be signed in to change notification settings

marcandreappel/docker-pipeline-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

docker-pipeline-php

A Docker image for Phing based PHP 7.2 projects, conceived mainly for Bitbucket Pipelines (with git support).

bitbucket-pipeline.yml

image: marcandreappel/docker-pipeline-php:latest

pipelines:
  branches:
    master:
    - step:
        script:
        - curl -so phing.phar https://www.phing.info/get/phing-latest.phar
        - php phing.phar -f "build.xml" build

Phing needs to be downloaded inside the script part.

About

Docker image for Phing based PHP projects on Bitbucket Pipelines

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published