2022-06-06 23:53:43 +02:00
|
|
|
matrix:
|
|
|
|
php:
|
|
|
|
- "8.1"
|
|
|
|
|
2022-06-04 17:50:05 +02:00
|
|
|
clone:
|
|
|
|
git:
|
2022-06-04 17:52:21 +02:00
|
|
|
when:
|
2022-06-23 14:31:41 +02:00
|
|
|
event:
|
|
|
|
- tag
|
|
|
|
- push
|
2023-01-15 11:33:42 +01:00
|
|
|
image: woodpeckerci/plugin-git:v1.5.0
|
2022-06-04 17:50:05 +02:00
|
|
|
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:
|
2022-06-23 14:40:08 +02:00
|
|
|
event:
|
|
|
|
- tag
|
|
|
|
- push
|
2022-06-04 17:40:03 +02:00
|
|
|
secrets:
|
|
|
|
- GITHUB_TOKEN
|
|
|
|
- API_ID
|
|
|
|
- API_HASH
|
|
|
|
- BOT_TOKEN
|
|
|
|
- DEST
|
|
|
|
environment:
|
2022-06-06 23:53:43 +02:00
|
|
|
- PHP_VERSION=${php}
|
2022-06-04 17:40:03 +02:00
|
|
|
- TAG=${CI_COMMIT_TAG}
|
|
|
|
commands:
|
|
|
|
- tests/makephar.sh
|
|
|
|
|
2022-06-23 14:31:41 +02:00
|
|
|
services:
|
|
|
|
mariadb:
|
|
|
|
image: mariadb
|
|
|
|
environment:
|
|
|
|
- MARIADB_DATABASE=MadelineProto
|
|
|
|
- MARIADB_USER=MadelineProto
|
|
|
|
- MARIADB_PASSWORD=test
|
2022-06-23 15:15:29 +02:00
|
|
|
- MARIADB_RANDOM_ROOT_PASSWORD=yes
|
2022-06-23 14:31:41 +02:00
|
|
|
|
|
|
|
postgres:
|
|
|
|
image: postgres
|
|
|
|
environment:
|
|
|
|
- POSTGRES_DB=MadelineProto
|
|
|
|
- POSTGRES_USER=MadelineProto
|
|
|
|
- POSTGRES_PASSWORD=test
|
|
|
|
|
|
|
|
redis:
|
2022-11-04 14:16:30 +01:00
|
|
|
image: redis
|