Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2146f27a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add a ci job to build the doc

parent 3873cbb2
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,13 @@ quark:
- make -j2
- ctest -V -R test_shm_s
except:
- users_doc
\ No newline at end of file
- users_doc
doc:
script:
- source .gitlab-ci-env.sh
- git submodule update --init --recursive
- mkdir -p build
- cd build
- cmake .. -DCHAMELEON_ENABLE_DOCS=ON -DCHAMELEON_ENABLE_EXAMPLES=OFF -DCHAMELEON_ENABLE_TESTING=OFF -DCHAMELEON_ENABLE_TIMING=OFF
- make
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