marcandreappel / docker-pipeline-php

Docker image for Phing based PHP projects on Bitbucket Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 100.0%