summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-10-24 09:17:03 +0200
committerAzul <azul@riseup.net>2016-10-24 09:17:03 +0200
commit9258b051ba94a627e3379cddd705490364072464 (patch)
treee08352a8520593165973e6a22442c072b44764a5 /doc
parentba81242f123df67ec8cfa8f3db5f20daeabc90a5 (diff)
doc: mention gitlab builds
Diffstat (limited to 'doc')
-rw-r--r--doc/DEVELOP.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/DEVELOP.md b/doc/DEVELOP.md
index 97ecd25..6b31192 100644
--- a/doc/DEVELOP.md
+++ b/doc/DEVELOP.md
@@ -47,7 +47,12 @@ mv config/couchdb.admin.example.yml config/couchdb.admin.yml
## Continuous Integration ##
-See https://travis-ci.org/leapcode/leap_web for CI reports.
+See https://travis-ci.org/leapcode/leap_web for CI reports on travis.
+(configured in .travis.yml)
+
+We also run builds on with gitlab runners:
+https://0xacab.org/leap/leap_web/pipelines
+(configured in .gitlab.yml)
## Views ##