mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 02:34:39 +01:00
42 lines
593 B
YAML
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
|
|
|