OpenPLC_v3/.gitlab-ci.yml

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