Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
compose
legacystack
cpp_tools
Commits
7d07709d
Commit
7d07709d
authored
May 07, 2021
by
ESTERIE Pierre
Browse files
Fix stage for doc
parent
ad05ea2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7d07709d
...
...
@@ -13,6 +13,11 @@ build:
expire_in
:
1 day
paths
:
-
build/
script
:
-
cd build && cmake ..
-Dcpp_tools_BUILD_DOC=ON
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
doc
:
stage
:
build
...
...
@@ -22,11 +27,7 @@ doc:
paths
:
-
build/doc/html
script
:
-
cd build && cmake ..
-Dcpp_tools_BUILD_DOC=ON
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
-
make doc
-
cd build && make doc
pages
:
stage
:
pages
...
...
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