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
Loading
Pipeline #113686 passed
...@@ -50,7 +50,7 @@ TestCoverage: ...@@ -50,7 +50,7 @@ TestCoverage:
- make all - make all
- make install - make install
- make test - make test
- make ExperimentalCoverage #- make ExperimentalCoverage
- cd ../coverage - cd ../coverage
- gcovr -r ../ --html cov_report.html --html-details - gcovr -r ../ --html cov_report.html --html-details
- gcovr -r ../ --xml Coverage.xml - gcovr -r ../ --xml Coverage.xml
...@@ -70,23 +70,18 @@ Doc: ...@@ -70,23 +70,18 @@ Doc:
script: script:
- export LD_LIBRARY_PATH=/usr/lib - export LD_LIBRARY_PATH=/usr/lib
- env - env
- git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixTex2Html.git - rm -fr build public
- cd PhoenixTex2Html
- ./install.sh /usr
- cd ..
- rm -fr build public PhoenixTex2Html
- mkdir -p build - mkdir -p build
- mkdir -p public/html - mkdir -p public
- cd build - cd build
- > - >
cmake .. cmake ..
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr
-DRELEASE_MODE=yes
-DDOC_MODE=yes -DDOC_MODE=yes
-DSELF_TESTS_MODE=no
- make all - make all
- make doc - make doc
- scp -r doc/platex/* ../public - scp -r doc/html/* ../public
- scp -r doc/html/* ../public/html
artifacts: artifacts:
paths: paths:
- public - 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