RIOT/.circleci/config.yml
2020-06-24 21:35:12 +02:00

20 lines
489 B
YAML

# CircleCI configuration file used to build and get a preview of the generated
# Doxygen documentation.
# Note that the job on CircleCI takes around 30 minutes to complete because
# copying +19k individual files to their cloud storage is very slow.
version: 2
jobs:
build:
docker:
- image: riot/riotbuild
steps:
- checkout
- run: make doc
- run:
command: |
cp -R doc/doxygen/html /doc
- store_artifacts:
path: /doc