Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
d867fbe0
Verified
Commit
d867fbe0
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: pipeline
parent
b6a9be95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#8045
failed
3 years ago
Stage: setup
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/Dockerfile
+3
-0
3 additions, 0 deletions
.docker/Dockerfile
doc/CMakeLists.txt
+3
-3
3 additions, 3 deletions
doc/CMakeLists.txt
with
6 additions
and
3 deletions
.docker/Dockerfile
+
3
−
0
View file @
d867fbe0
...
...
@@ -21,3 +21,6 @@ RUN apt-get install -y python3-pip
COPY
doc/requirements.txt requirements.txt
RUN
pip3
install
-r
requirements.txt
RUN
apt-get
install
-y
protobuf-compiler
RUN
go
install
github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
This diff is collapsed.
Click to expand it.
doc/CMakeLists.txt
+
3
−
3
View file @
d867fbe0
...
...
@@ -22,11 +22,11 @@ find_program(SPHINX_CMD sphinx-build)
find_program
(
PROTOC_CMD protoc
)
find_program
(
PROTOC_GEN_DOC_PLUGIN protoc-gen-doc
)
if
(
NOT PROTOC_CMD
)
message
(
"Protoc compiler needs to be installed to generate the documentation"
)
message
(
FATAL
"Protoc compiler needs to be installed to generate the documentation"
)
elseif
(
NOT PROTOC_GEN_DOC_PLUGIN
)
message
(
"Proto-gen-doc plugin needs to be installed to generate the documentation"
)
message
(
FATAL
"Proto-gen-doc plugin needs to be installed to generate the documentation"
)
elseif
(
NOT SPHINX_CMD
)
message
(
"Sphinx needs to be installed to generate the documentation"
)
message
(
FATAL
"Sphinx needs to be installed to generate the documentation"
)
else
()
# Copy sources to build directory
add_custom_target
(
doc-copy-sources
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment