Skip to content

Commit

Permalink
Merge pull request #10 from gboddin/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gboddin authored Mar 13, 2018
2 parents e7b7997 + 71d035d commit 6e8404a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline:
install:
image: fpfis/php71-dev
commands:
- composer install
- composer install --ansi

phpcs:
image: fpfis/php71-dev
Expand All @@ -16,16 +16,16 @@ pipeline:
build-dev:
image: fpfis/php71-dev
commands:
- ./vendor/bin/phar-composer build . ghcli-dev.phar
- ./vendor/bin/phar-composer --ansi build . ghcli-dev.phar
when:
event: push

build-release:
image: fpfis/php71-dev
commands:
- wget https://github.com/clue/phar-composer/releases/download/v1.0.0/phar-composer.phar -O /tmp/phar-composer
- composer install --no-dev
- php /tmp/phar-composer build . ghcli.phar
- composer install --ansi --no-dev
- php /tmp/phar-composer --ansi build . ghcli.phar
when:
event: tag

Expand Down

0 comments on commit 6e8404a

Please sign in to comment.