Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7d07709d authored by ESTERIE Pierre's avatar ESTERIE Pierre
Browse files

Fix stage for doc

parent ad05ea2d
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,11 @@ build: ...@@ -13,6 +13,11 @@ build:
expire_in: 1 day expire_in: 1 day
paths: paths:
- build/ - build/
script:
- cd build && cmake ..
-Dcpp_tools_BUILD_DOC=ON
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
doc: doc:
stage: build stage: build
...@@ -22,11 +27,7 @@ doc: ...@@ -22,11 +27,7 @@ doc:
paths: paths:
- build/doc/html - build/doc/html
script: script:
- cd build && cmake .. - cd build && make doc
-Dcpp_tools_BUILD_DOC=ON
-DCMAKE_C_COMPILER=gcc
-DCMAKE_CXX_COMPILER=g++
- make doc
pages: pages:
stage: pages stage: pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment