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
832fcfdb
Commit
832fcfdb
authored
Jan 11, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_doxygen' into 'master'
Fix doxygen See merge request
!16
parents
ae2a9f95
97dbc727
Pipeline
#4112
passed with stage
in 3 minutes and 41 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1621 additions
and
922 deletions
+1621
-922
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
CI/ci-doc.sh
CI/ci-doc.sh
+15
-0
documentation/doxy.config.in
documentation/doxy.config.in
+1597
-922
No files found.
.gitlab-ci.yml
View file @
832fcfdb
...
...
@@ -68,3 +68,12 @@ VS2013-32-bit:
script
:
"
CI
\\
Windows.bat"
tags
:
-
VS2013
doc
:
script
:
"
CI/ci-doc.sh"
tags
:
-
Linux
artifacts
:
paths
:
-
build-release/Build/share/OpenVolumeMesh/Doc/html
CI/ci-doc.sh
0 → 100755
View file @
832fcfdb
#!/bin/bash
#########################################
# Make release build folder
if
[
!
-d
build-release
]
;
then
mkdir
build-release
fi
cd
build-release
cmake
-DCMAKE_BUILD_TYPE
=
Release ../
#build it
make doc
documentation/doxy.config.in
View file @
832fcfdb
This diff is collapsed.
Click to expand it.
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