Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-30 15:35:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-30 15:36:45 +0300
commit14a47a1c8c7266833cb63702643b62bc23544126 (patch)
tree85ff618f72fcbf1e104aa5cc390080ee71783296 /.drone.yml
parentbe363e2cb4b6ad3e1e74f23d9c406a768d436998 (diff)
Add script to old versions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index e3e193e61f0..21084be6dff 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -272,6 +272,7 @@ steps:
- name: nodb-php7.2
image: nextcloudci/php7.2:php7.2-13
commands:
+ - bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.3
image: nextcloudci/php7.3:php7.3-4
@@ -308,6 +309,7 @@ steps:
- name: sqlite-php7.2
image: nextcloudci/php7.2:php7.2-13
commands:
+ - bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.3
image: nextcloudci/php7.3:php7.3-4