.gitlab-ci.yml 371 Bytes
Newer Older
Denis Filatov's avatar
Denis Filatov committed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
variables:
  GIT_STRATEGY: clone
  GIT_SUBMODULE_STRATEGY: normal

documentation:
  script: mkdir -p docs && python asn2md.py docs `find . -iname '*.asn'`
  only:
    changes:
      - *.asn
  artifacts:
    paths:
    - docs