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
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
05b64f08
Commit
05b64f08
authored
Apr 19, 2019
by
ESTERIE Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some addition for testing public doc
parent
10ff6f92
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
.gitlab-ci.yml
.gitlab-ci.yml
+9
-4
Doc/CMakeLists.txt
Doc/CMakeLists.txt
+1
-0
Doc/Doxyfile-mcss
Doc/Doxyfile-mcss
+5
-0
No files found.
.gitlab-ci.yml
View file @
05b64f08
...
...
@@ -2,6 +2,7 @@ image: hpclib/hiepacs
before_script
:
-
source /usr/share/modules/init/bash && source /usr/local/share/spack/setup-env.sh && spack load cmake@3.14.1
-
pip install jinja2
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
...
...
@@ -46,18 +47,22 @@ doc:
script
:
-
cd Build && cmake ..
-DSCALFMM_BUILD_DOC=ON
-DCMAKE_C_COMPILER=gcc-6
-DCMAKE_CXX_COMPILER=g++-6
-
make doc
-DCMAKE_C_COMPILER=gcc-7
-DCMAKE_CXX_COMPILER=g++-7
- cd Doc
- git clone https://github.com/mosra/m.css.git
- python3 m.css/documentation/doxygen.py Doxyfile-mcss
pages
:
stage
:
build
dependencies
:
-
doc
artifacts
:
paths
:
-
public
script
:
-
mkdir public
-
echo '<html><head><title>42</title></head><body><h2>What do you get if you multiply six by nine?</h2></body></html>' > public/index.html
-
mv Build/Doc/html/* public/
only
:
-
cmake-refurb
...
...
Doc/CMakeLists.txt
View file @
05b64f08
...
...
@@ -3,6 +3,7 @@ find_package(Doxygen)
if
(
DOXYGEN_FOUND
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxyfile.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile @ONLY
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/Doxyfile-mcss
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile-mcss COPYONLY
)
add_custom_target
(
doc
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
...
...
Doc/Doxyfile-mcss
0 → 100644
View file @
05b64f08
@INCLUDE = Doxyfile
GENERATE_HTML = NO
GENERATE_XML = YES
XML_PROGRAMLISTINGS = NO
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