1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 07:34:41 +01:00
MadelineProto/.woodpecker/.build-72.yml

30 lines
477 B
YAML
Raw Normal View History

2022-06-04 17:50:05 +02:00
clone:
git:
2022-06-04 17:52:21 +02:00
when:
event: tag
2022-06-04 17:50:05 +02:00
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
recursive: false
2022-06-04 18:27:08 +02:00
tags: true
2022-06-04 17:50:05 +02:00
2022-06-04 17:40:03 +02:00
pipeline:
build:
2022-06-06 22:35:03 +02:00
group: build
2022-06-04 17:40:03 +02:00
image: 192.168.69.1:5000/php-ci:latest
when:
event: tag
secrets:
- GITHUB_TOKEN
- API_ID
- API_HASH
- BOT_TOKEN
- DEST
environment:
2022-06-06 23:29:12 +02:00
- PHP_VERSION=7.2
2022-06-04 17:40:03 +02:00
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh