1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:39:01 +01:00

Revert "Manually parallelize"

This reverts commit 6571aa34b9.
This commit is contained in:
Daniil Gentili 2022-06-06 23:53:43 +02:00
parent 6571aa34b9
commit bebb19606d
7 changed files with 11 additions and 152 deletions

View File

@ -1,29 +0,0 @@
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=7.2
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -1,29 +0,0 @@
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=7.3
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -1,29 +0,0 @@
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=7.4
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -1,29 +0,0 @@
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=8.0
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -1,29 +0,0 @@
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=8.1
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -1,3 +1,12 @@
matrix:
php:
- "8.1"
- "8.0"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
clone:
git:
when:
@ -22,7 +31,7 @@ pipeline:
- BOT_TOKEN
- DEST
environment:
- PHP_VERSION=7.1
- PHP_VERSION=${php}
- TAG=${CI_COMMIT_TAG}
commands:
- tests/makephar.sh

View File

@ -24,9 +24,4 @@ pipeline:
- tests/deploy.sh
depends_on:
- build-71
- build-72
- build-73
- build-74
- build-80
- build-81
- build