aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 40e2a3bfa9a59736fcf19dcdcaaff961ce5f69d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
pages:
  script:
    - doxygen Doxyfile
  artifacts:
    paths:
      - public
    only:
      - master
tests:
  script:
    make runtests