mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 19:48:00 +01:00
35 lines
509 B
YAML
35 lines
509 B
YAML
|
matrix:
|
||
|
php:
|
||
|
- "8.1"
|
||
|
platform:
|
||
|
- linux/aarch64
|
||
|
|
||
|
labels:
|
||
|
platform: ${platform}
|
||
|
|
||
|
clone:
|
||
|
git:
|
||
|
when:
|
||
|
event:
|
||
|
- tag
|
||
|
- push
|
||
|
- pull_request
|
||
|
image: woodpeckerci/plugin-git:2.1.0
|
||
|
settings:
|
||
|
depth: 1
|
||
|
lfs: false
|
||
|
recursive: false
|
||
|
tags: true
|
||
|
|
||
|
steps:
|
||
|
cs:
|
||
|
group: test
|
||
|
image: danog/madelineproto:next
|
||
|
when:
|
||
|
event:
|
||
|
- pull_request
|
||
|
- tag
|
||
|
- push
|
||
|
commands:
|
||
|
- apk add bash
|
||
|
- tests/test.sh cs
|