Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenVolumeMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
559aeaaf
Commit
559aeaaf
authored
Jan 11, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed doxygen to use new vci logo
Added doc ci target
parent
09f01f88
Pipeline
#4110
canceled with stage
in 3 minutes and 42 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
3 deletions
+23
-3
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
CI/ci-doc.sh
CI/ci-doc.sh
+15
-0
documentation/doxy.config.in
documentation/doxy.config.in
+2
-3
No files found.
.gitlab-ci.yml
View file @
559aeaaf
...
...
@@ -68,3 +68,9 @@ VS2013-32-bit:
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
doc
:
script
:
"
CI/ci-doc.sh"
tags
:
-
Linux
CI/ci-doc.sh
0 → 100755
View file @
559aeaaf
#!/bin/bash
#########################################
# Make release build folder
if
[
!
-d
build-release-
$BUILDPATH
]
;
then
mkdir
build-release-
$BUILDPATH
fi
cd
build-release-
$BUILDPATH
cmake
-DCMAKE_BUILD_TYPE
=
Release ../
#build it
make doc
documentation/doxy.config.in
View file @
559aeaaf
...
...
@@ -45,7 +45,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_
i8
.png
PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_
vci
.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
@@ -896,8 +896,7 @@ HTML_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/html/style.css
# files. In the HTML_STYLESHEET file, use the file name only. Also note that
# the files will be copied as-is; there are no commands or markers available.
HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_i8.ico \
@CMAKE_CURRENT_SOURCE_DIR@/html/logo_i8.png
HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/html/logo_vci.png
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
# Doxygen will adjust the colors in the style sheet and background images
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment