mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 20:38:49 +00:00
Replace Drone with Woodpecker
This commit is contained in:
parent
59f517fbfe
commit
dab21d0ba5
5 changed files with 317 additions and 282 deletions
35
.woodpecker/.messages.po_check.yml
Normal file
35
.woodpecker/.messages.po_check.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
skip_clone: true
|
||||
|
||||
branches:
|
||||
exclude: [ stable ]
|
||||
|
||||
pipeline:
|
||||
clone_friendica_base:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://github.com/friendica/friendica.git .
|
||||
- git checkout $CI_COMMIT_BRANCH
|
||||
when:
|
||||
event: pull_request
|
||||
clone_friendica_addon:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone $CI_REPO_LINK addon
|
||||
- cd addon/
|
||||
- git checkout $CI_COMMIT_BRANCH
|
||||
- git fetch origin $CI_COMMIT_REF
|
||||
- git merge $CI_COMMIT_SHA
|
||||
when:
|
||||
event: pull_request
|
||||
build_xgettext:
|
||||
image: friendicaci/transifex
|
||||
commands:
|
||||
- /xgettext-addon.sh
|
||||
when:
|
||||
event: pull_request
|
||||
check:
|
||||
image: friendicaci/transifex
|
||||
commands:
|
||||
- /check-addons.sh
|
||||
when:
|
||||
event: pull_request
|
Loading…
Add table
Add a link
Reference in a new issue