OpenPLC_v3/.gitlab-ci.yml
2019-02-06 17:01:59 +00:00

13 lines
180 B
YAML

image: ubuntu
pages:
script:
- apt-get update -qq
- apt-get install -y -qq doxygen graphviz
- doxygen doxygen.conf
artifacts:
paths:
- public
only:
- master