Browse Source

To revert once php8.0 packages are there

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v21.0.0beta1
Joas Schilling 3 years ago
parent
commit
f79f1895d3
No account linked to committer's email address
1 changed files with 24 additions and 14 deletions
  1. 24
    14
      .drone.yml

+ 24
- 14
.drone.yml View File

image: nextcloudci/php7.4:latest image: nextcloudci/php7.4:latest
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php8.0
image: nextcloudci/php8.0:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
#- name: nodb-php8.0
# image: nextcloudci/php8.0:latest
# commands:
# - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite


services: services:
- name: cache - name: cache
image: nextcloudci/php7.4:latest image: nextcloudci/php7.4:latest
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php8.0
image: nextcloudci/php8.0:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
#- name: sqlite-php8.0
# image: nextcloudci/php8.0:latest
# commands:
# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite


services: services:
- name: cache - name: cache


--- ---
kind: pipeline kind: pipeline
name: mariadb10.4-php8.0
name: mariadb10.4-php7.4
#name: mariadb10.4-php8.0


steps: steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --init - git submodule update --init
- name: mariadb10.4-php8.0
image: nextcloudci/php8.0:latest
- name: mariadb10.4-php7.4
image: nextcloudci/php7.4:latest
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
#- name: mariadb10.4-php8.0
# image: nextcloudci/php8.0:latest
# commands:
# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb


services: services:
- name: cache - name: cache


--- ---
kind: pipeline kind: pipeline
name: mysqlmb4-php8.0
name: mysqlmb4-php7.4
#name: mysqlmb4-php8.0


steps: steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --init - git submodule update --init
- name: mysqlmb4-php8.0
image: nextcloudci/php8.0:latest
- name: mysqlmb4-php7.4
image: nextcloudci/php7.4:latest
commands: commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
#- name: mysqlmb4-php8.0
# image: nextcloudci/php8.0:latest
# commands:
# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4


services: services:
- name: cache - name: cache

Loading…
Cancel
Save