Skip to content
Snippets Groups Projects
Commit 447856fe authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Update CI

parent 15809847
No related branches found
No related tags found
No related merge requests found
Pipeline #113686 passed
......@@ -50,7 +50,7 @@ TestCoverage:
- make all
- make install
- make test
- make ExperimentalCoverage
#- make ExperimentalCoverage
- cd ../coverage
- gcovr -r ../ --html cov_report.html --html-details
- gcovr -r ../ --xml Coverage.xml
......@@ -70,23 +70,18 @@ Doc:
script:
- export LD_LIBRARY_PATH=/usr/lib
- env
- git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixTex2Html.git
- cd PhoenixTex2Html
- ./install.sh /usr
- cd ..
- rm -fr build public PhoenixTex2Html
- rm -fr build public
- mkdir -p build
- mkdir -p public/html
- mkdir -p public
- cd build
- >
cmake ..
-DCMAKE_INSTALL_PREFIX=/usr
-DRELEASE_MODE=yes
-DDOC_MODE=yes
-DSELF_TESTS_MODE=no
- make all
- make doc
- scp -r doc/platex/* ../public
- scp -r doc/html/* ../public/html
- scp -r doc/html/* ../public
artifacts:
paths:
- public
......
/** @brief Programm to automatically get offset of data attribute in abstract binary data
*
*
*/
/** @mainpage Programm to automatically get offset of data attribute in abstract binary data
*
* <a href="coverage/cov_report.html">See test coverage detail from gcovr</a><br />
<a href="coverage/Coverage.xml">See test coverage report</a>
*/
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