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 65466bbd38
Some checks failed
ci/woodpecker/tag/build Pipeline is pending
ci/woodpecker/tag/deploy unknown status
Specify label
2022-06-07 17:21:06 +02:00

42 lines
593 B
YAML

labels:
madeline: "y"
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:
group: 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