Skip to content

Instantly share code, notes, and snippets.

@tmanOC
Last active October 16, 2020 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmanOC/6cdd9d8e52a2797a703e1b1a5b2a26dd to your computer and use it in GitHub Desktop.
Save tmanOC/6cdd9d8e52a2797a703e1b1a5b2a26dd to your computer and use it in GitHub Desktop.
image: php:7.3 #The docker image used for each step
pipelines:
default:
- step: &build-test
caches:
- composer
script:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment