Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f0c26b72
Commit
f0c26b72
authored
Dec 21, 2016
by
Jan Möbius
Browse files
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
.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
Supports
Markdown
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