Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f0c26b72
Commit
f0c26b72
authored
Dec 21, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added doc build
parent
a0cad817
Pipeline
#3988
passed with stage
in 36 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
OpenFlipper/CI/ci-doc.sh
OpenFlipper/CI/ci-doc.sh
+15
-0
No files found.
.gitlab-ci.yml
View file @
f0c26b72
...
...
@@ -64,3 +64,18 @@ Mac-Cpp11:
artifacts
:
paths
:
-
build-release/*.dmg
Doc-publish
:
only
:
-
master
script
:
"
OpenFlipper/CI/ci-doc.sh"
tags
:
-
Linux
artifacts
:
paths
:
-
build-release/Doxygen-warning.log
-
build-release/Doxygen-error.log
OpenFlipper/CI/ci-doc.sh
0 → 100755
View file @
f0c26b72
#!/bin/bash
if
[
!
-d
build-release
]
;
then
mkdir
build-release
fi
cd
build-release
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DOPENFLIPPER_BUILD_UNIT_TESTS
=
FALSE ../
make doc
>>
Doxygen-warning.log 2> Doxygen-error.log
# Copy to webserver
scp
-r
-P
2222 Build/share/OpenFlipper/Doc/DeveloperHTML/
*
hudson@web4-info8:OpenFlipper-Free-Daily/Doc/Free/Developer
scp
-r
-P
2222 Build/share/OpenFlipper/Doc/UserHTML/
*
hudson@web4-info8:OpenFlipper-Free-Daily/Doc/Free/User
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