diff options
author | Azul <azul@riseup.net> | 2016-10-24 09:17:03 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-10-24 09:17:03 +0200 |
commit | 9258b051ba94a627e3379cddd705490364072464 (patch) | |
tree | e08352a8520593165973e6a22442c072b44764a5 /doc/DEVELOP.md | |
parent | ba81242f123df67ec8cfa8f3db5f20daeabc90a5 (diff) |
doc: mention gitlab builds
Diffstat (limited to 'doc/DEVELOP.md')
-rw-r--r-- | doc/DEVELOP.md | 7 |
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 ## |