Giter Site home page Giter Site logo

skmedia / bitbucket-pipelines-php7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edbizarro/bitbucket-pipelines-php7

0.0 2.0 0.0 5 KB

Bitbucket Pipelines Docker image based on Ubuntu 16.04 with PHP/Composer/MySQL/Node/Yarn

Home Page: https://hub.docker.com/r/andmetoo/bitbucket-pipelines-php7/

License: MIT License

bitbucket-pipelines-php7's Introduction

Bitbucket Pipelines PHP 7.0 image

Based on Ubuntu 16.04

Packages installed

  • php7.0-fpm, php7.0-mcrypt, mongod, xdebug, php7.0-zip, php7.0-xml, php7.0-mbstring, php7.0-curl, php7.0-json, php7.0-imap, php7.0-mysql and php7.0-tokenizer
  • Composer
  • Deployer
  • Node / NPM / Gulp / Yarn
  • Mysql 5.7

Sample bitbucket-pipelines.yml

image: edbizarro/bitbucket-pipelines-php7
pipelines:
  default:
    - step:
        script:
          - service mysql start
          - mysql -h localhost -u root -proot -e "CREATE DATABASE test;"
          - composer install --no-interaction --no-progress --prefer-dist
          - npm install --no-spin
          - gulp
          - ./vendor/phpunit/phpunit/phpunit -v --coverage-text --colors=never --stderr

bitbucket-pipelines-php7's People

Contributors

edbizarro avatar

Watchers

kg avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.