mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
add gitlab.ci and doxygen
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
# where docs are output to on gitlab.. MUST be named public/
|
||||
public/
|
||||
|
||||
.sass-cache/
|
||||
.idea/
|
||||
|
||||
*.pyc
|
||||
|
||||
|
||||
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
image: ubuntu
|
||||
|
||||
pages:
|
||||
script:
|
||||
- apt-get update -qq
|
||||
- apt-get install -y -qq doxygen graphviz
|
||||
- doxygen doxygen.conf
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
2431
doxygen.conf
Normal file
2431
doxygen.conf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user