1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:34:39 +01:00
MadelineProto/.woodpecker/.build.yml
Daniil Gentili 147fde2edf
Some checks failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
CI fixes
2022-06-04 17:54:59 +02:00

38 lines
551 B
YAML

matrix:
php:
- "8.1"
- "8.0"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
clone:
git:
when:
event: tag
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
tags: true
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