Merge pull request #53 from nextcloud/add-drone-support

Add .drone.yml for basic documentation build
This commit is contained in:
Morris Jobke
2016-07-11 13:44:28 +02:00
committed by GitHub

6
.drone.yml Normal file
View File

@@ -0,0 +1,6 @@
build:
image: nextcloudci/documentation:1.0.11
commands:
- (cd user_manual && make html-all)
- (cd admin_manual && make html-all)
- (cd developer_manual && make html-all)