Skip to content

Bootstrap test and release pipeline#5

Merged
patrickjahns merged 3 commits into
masterfrom
automated_release
Aug 28, 2018
Merged

Bootstrap test and release pipeline#5
patrickjahns merged 3 commits into
masterfrom
automated_release

Conversation

@patrickjahns

@patrickjahns patrickjahns commented Aug 28, 2018

Copy link
Copy Markdown
Contributor

This is a simple Pipeline, which:

On push / pr

  • Run php-lint for php 5.6 - 7.2
  • Execute make dist

On Tag

Same as push/pr - but additionally

  • upload build artifact to the tag

closes #1
superseeds #4

Comment thread .drone.yml
secrets: [ github_token ]
files: build/dist/testing.tar.gz
prerelease: true
file_exists: overwrite

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the default behavior

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know - I want it to be explicit

Comment thread .drone.yml
pull: true
secrets: [ github_token ]
files: build/dist/testing.tar.gz
prerelease: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why a preprelease?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be marked as official and this is just a helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Basic CI pipeline

3 participants