Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6395bcdf authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Comment the doc step

parent 7e9d8867
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
- build
- test
- sonar
- doc
# - doc
build_spm:
stage: build
......@@ -66,20 +66,20 @@ sonar_spm:
only:
- master@solverstack/spm
pages:
stage: doc
dependencies:
- build_spm
script:
- git submodule update --init --recursive
- mkdir -p build
- cd build
- cmake .. -DBUILD_DOCUMENTATION=ON -DSPM_INT64=OFF
- make docs
- mv docs/out/html ../public/
artifacts:
paths:
- public
only:
- master@solverstack/spm
# pages:
# stage: doc
# dependencies:
# - build_spm
# script:
# - git submodule update --init --recursive
# - mkdir -p build
# - cd build
# - cmake .. -DBUILD_DOCUMENTATION=ON -DSPM_INT64=OFF
# - make docs
# - mv docs/out/html ../public/
# artifacts:
# paths:
# - public
# only:
# - master@solverstack/spm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment