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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander <sbrand@exed.nl>2016-10-11 16:40:02 +0300
committerSander <sbrand@exed.nl>2016-10-11 16:40:02 +0300
commit0c673c54cd8b7b2dc81fac52f8942484ca255c24 (patch)
treefa2fc9de85e46f7f51f861afc73de6758b352162 /.drone.yml
parent65c2111cb5b3aa0fda0df65f5bf77d63114f6ce9 (diff)
Rename drone config
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 00000000..4f29936b
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,21 @@
+pipeline:
+ clone:
+ image: plugins/git
+ depth: 1
+ signed-off-check:
+ image: nextcloudci/php7.0:php7.0-2
+ environment:
+ - APP_NAME=passman
+ - CORE_BRANCH=master
+ - DB=sqlite
+ commands:
+ - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
+ - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
+ - cd ../server
+ - php ./build/signed-off-checker.php
+ when:
+ matrix:
+ TESTS: signed-off-check
+matrix:
+ include:
+ - TESTS: signed-off-check