Commit c3ee9e9c authored by Denis Filatov's avatar Denis Filatov
Browse files

CI script

parent 55b9363e
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
# 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