1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00
MadelineProto/.woodpecker/.test.yml

41 lines
643 B
YAML
Raw Normal View History

2023-09-01 14:51:30 +02:00
matrix:
php:
- "8.1"
platform:
2023-11-14 18:25:48 +01:00
- linux/aarch64
2023-09-01 14:51:30 +02:00
2023-11-11 15:51:50 +01:00
labels:
platform: ${platform}
2023-09-01 14:51:30 +02:00
clone:
git:
when:
event:
- tag
- push
- pull_request
2023-09-01 16:34:32 +02:00
image: woodpeckerci/plugin-git:2.1.0
2023-09-01 14:51:30 +02:00
settings:
depth: 1
lfs: false
2023-09-01 15:14:28 +02:00
recursive: false
2023-09-01 14:51:30 +02:00
tags: true
2023-09-01 14:52:26 +02:00
steps:
2023-09-01 14:51:30 +02:00
test:
group: test
image: danog/madelineproto:next
when:
event:
- tag
- push
- pull_request
environment:
- PHP_VERSION=${php}
- PLATFORM=${platform}
- TAG=${CI_COMMIT_TAG}
commands:
- apk add bash
2023-09-17 19:16:38 +02:00
- tests/test.sh
2023-09-16 17:23:03 +02:00
- php tests/handshake.php