mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-05-08 20:40:31 +08:00
13 lines
180 B
YAML
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
|