Skip to content
Snippets Groups Projects
Commit ad815e77 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

turns on build-doc in CI

parent b4bd54b5
Branches
Tags
No related merge requests found
Pipeline #112026 failed
......@@ -57,6 +57,24 @@ build-intel:
expire_in: 1 hour
when: always
build-doc:
stage: build
script:
- *load_modules
- mkdir build
- cd build
- module load doxygen
- cmake .. -DNDEBUG=OFF -DTIMING_OUTPUT=OFF
- make VERBOSE=1 doc_doxygen
- make VERBOSE=1 doc_html
tags:
- docker
artifacts:
paths:
- build/
expire_in: 1 hour
when: always
test-gcc:
stage: test
script:
......
===
API
===
==========
Python API
==========
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment