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
xerus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
xerus
xerus
Commits
ed7e9bd2
Commit
ed7e9bd2
authored
May 29, 2017
by
Ben Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build documentation homepage in gitlab CI runner
parent
cec0852a
Pipeline
#740
failed
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
doc/doxygen/Doxyfile
doc/doxygen/Doxyfile
+1
-1
doc/doxygen/DoxygenLayout.xml
doc/doxygen/DoxygenLayout.xml
+2
-2
No files found.
.gitlab-ci.yml
View file @
ed7e9bd2
...
...
@@ -6,6 +6,7 @@ stages:
-
build_python
-
build_clang
-
test_clang
-
build_homepage
job_make_gcc
:
stage
:
build_gcc
...
...
@@ -38,3 +39,9 @@ job_test_clang:
stage
:
test_clang
script
:
"
cp
../XerusTest
.;
./XerusTest
all"
job_build_homepage
:
stage
:
build_homepage
script
:
"
make
doc;
scp
-rv
doc/html
xerusweb:libxerus.org-443/html"
when
:
always
only
:
master
allow_failure
:
true
doc/doxygen/Doxyfile
View file @
ed7e9bd2
...
...
@@ -1469,7 +1469,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH =
MathJax
MATHJAX_RELPATH =
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
...
...
doc/doxygen/DoxygenLayout.xml
View file @
ed7e9bd2
...
...
@@ -2,8 +2,8 @@
<!-- Generated by doxygen 1.8.3 -->
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab
type=
"user"
url=
"/"
title=
"
Mainpage
"
/>
<
!-- <tab type="mainpage" visible="yes" title=""/> --
>
<tab
type=
"user"
url=
"/"
title=
"
Xerus
"
/>
<
tab
type=
"mainpage"
visible=
"yes"
title=
""
/
>
<tab
type=
"pages"
visible=
"yes"
title=
""
intro=
""
/>
<tab
type=
"modules"
visible=
"yes"
title=
""
intro=
""
/>
<tab
type=
"namespaces"
visible=
"yes"
title=
""
>
...
...
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