add circle config

pull/1386/head
Stuart Mumford 6 years ago
parent 3f8aa2eccd
commit d1c8ec9e48
No known key found for this signature in database
GPG Key ID: 60BC5C03E6276769

@ -0,0 +1,19 @@
version: 2
jobs:
build-docs:
docker:
- image: uhoreg/matrix-doc-build
steps:
- checkout
- run: python scripts/gendoc.py
workflows:
version: 2
egg-info:
jobs:
- build-docs
notify:
webhooks:
- url: https://giles.cadair.com/circleci
Loading…
Cancel
Save