Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds CircleCI to generate documentation refs #2983
  • Loading branch information
JJ committed Aug 31, 2019
1 parent 92f241e commit 568ff30
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,19 @@
version: 2
jobs:
test-linux:
steps:
- checkout
- run:
name: Test documentable
command: |
zef install Documentable
# test one build
git clone https://github.com/perl6/doc
cd doc
documentable start -a -v
workflows:
version: 2
test-deploy:
jobs:
- test-linux

0 comments on commit 568ff30

Please sign in to comment.