Skip to content

Instantly share code, notes, and snippets.

@manualwise
Forked from zachflower/codeship-steps.yml
Created September 29, 2016 18:14
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 manualwise/4132db441a338c288166cd9ccb1c2791 to your computer and use it in GitHub Desktop.
Save manualwise/4132db441a338c288166cd9ccb1c2791 to your computer and use it in GitHub Desktop.
Codeship Steps w/ Deploy
- type: serial
steps:
- type: serial
steps:
- service: build
command: composer install --prefer-source --no-interaction
- type: parallel
steps:
- service: test
command: vendor/bin/phpunit tests/Auth/
- service: test
command: vendor/bin/phpunit tests/Broadcasting/
- service: test
command: vendor/bin/phpunit tests/Bus/
- service: test
command: vendor/bin/phpunit tests/Cache/
- service: test
command: vendor/bin/phpunit tests/Console/
- service: test
command: vendor/bin/phpunit tests/Container/
- service: test
command: vendor/bin/phpunit tests/Cookie/
- service: test
command: vendor/bin/phpunit tests/Database/
- service: test
command: vendor/bin/phpunit tests/Encryption/
- service: test
command: vendor/bin/phpunit tests/Events/
- service: test
command: vendor/bin/phpunit tests/Filesystem/
- service: test
command: vendor/bin/phpunit tests/Foundation/
- service: test
command: vendor/bin/phpunit tests/Hashing/
- service: test
command: vendor/bin/phpunit tests/Http/
- service: test
command: vendor/bin/phpunit tests/Log/
- service: test
command: vendor/bin/phpunit tests/Mail/
- service: test
command: vendor/bin/phpunit tests/Pagination/
- service: test
command: vendor/bin/phpunit tests/Pipeline/
- service: test
command: vendor/bin/phpunit tests/Queue/
- service: test
command: vendor/bin/phpunit tests/Redis/
- service: test
command: vendor/bin/phpunit tests/Routing/
- service: test
command: vendor/bin/phpunit tests/Session/
- service: test
command: vendor/bin/phpunit tests/Support/
- service: test
command: vendor/bin/phpunit tests/Translation/
- service: test
command: vendor/bin/phpunit tests/Validation/
- service: test
command: vendor/bin/phpunit tests/View/
- type: serial
steps:
- service: build
type: push
image_name: zachflower/codeship-jet-parallel-ci
registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockercfg.encrypted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment