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>2016-06-13 12:37:36 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-13 15:04:25 +0300
commitc64c723027db9170121c0f7209548ee7f0505109 (patch)
tree2a7aadd63390143bac50908260865766b12cd64d /.drone.yml
parent01f8434a754d3822cf0bed4ad473a9a7aec7d623 (diff)
Use proper PhantomJS library and run the tests as separate step
* add dependency for phantomjs
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index bf993b99a70..bfd173c1347 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,5 +1,9 @@
build:
- backend:
+ jsunit:
+ image: morrisjobke/nextcloud-ci-jsunit:1.0.2
+ commands:
+ - ./autotest-js.sh
+ sqlite:
image: morrisjobke/nextcloud-ci-php7:1.0
commands:
- git submodule update --init