summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-14 16:03:59 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-14 16:03:59 +0200
commit859ca1f9bb8767903258bfaddebb81a93601e445 (patch)
tree787afc8c1d8a31829915ddeb8772882b4edea419 /.drone.yml
parent6b0577c69916843cd59f3187a30b6dc6c4480aa5 (diff)
downloadnextcloud-server-859ca1f9bb8767903258bfaddebb81a93601e445.tar.gz
nextcloud-server-859ca1f9bb8767903258bfaddebb81a93601e445.zip
Add integration tests
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index bfd173c1347..c5e3a2ebffb 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,4 +1,11 @@
build:
+ integration:
+ image: morrisjobke/nextcloud-ci-php7:1.0.3
+ commands:
+ - git submodule update --init
+ - ./occ maintenance:install --admin-pass=admin
+ - cd build/integration
+ - ./run.sh
jsunit:
image: morrisjobke/nextcloud-ci-jsunit:1.0.2
commands: