1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:39:01 +01:00
MadelineProto/.woodpecker/.build.yml

35 lines
507 B
YAML
Raw Normal View History

2022-06-04 17:40:03 +02:00
matrix:
php:
- "8.1"
- "8.0"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
2022-06-04 17:50:05 +02:00
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
2022-06-04 17:40:03 +02:00
pipeline:
build:
image: 192.168.69.1:5000/php-ci:latest
when:
event: tag
secrets:
- GITHUB_TOKEN
- API_ID
- API_HASH
- BOT_TOKEN
- DEST
environment:
- PHP_VERSION=${php}
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh