Skip to content

Docker image based on Ubuntu 18.04 with PHP-7.2/Composer/MySQL-5.7 to test Symfony projects.

License

Notifications You must be signed in to change notification settings

pyguerder/bitbucket-pipelines-php72

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitbucket Pipelines PHP 7.2 image

Based on Ubuntu 18.04

Packages installed

  • php7.2-zip, php7.2-xml, php7.2-mbstring, php7.2-curl, php7.2-json, php7.2-imap, php7.2-mysql, php7.2-tokenizer, php7.2-xdebug, php7.2-intl, php7.2-soap, php7.2-pdo, php7.2-cli, php7.2-gd and php7.2-gmp
  • wget, curl, unzip
  • Composer
  • Mysql 5.7
  • NPM
  • Node + Yarn

Sample bitbucket-pipelines.yml

image: pyguerder/bitbucket-pipelines-php72
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
          - ./vendor/phpunit/phpunit/phpunit -v --coverage-text --colors=never --stderr

About

Docker image based on Ubuntu 18.04 with PHP-7.2/Composer/MySQL-5.7 to test Symfony projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •