Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PhoenixFileBinaryAnalyzer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTA-LAPP
PHOENIX_LIBS
PhoenixFileBinaryAnalyzer
Commits
447856fe
Commit
447856fe
authored
3 years ago
by
Pierre Aubert
Browse files
Options
Downloads
Patches
Plain Diff
Update CI
parent
15809847
No related branches found
No related tags found
Loading
Pipeline
#113686
passed
3 years ago
Stage: BuildTestinstall
Stage: DocCoverage
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-10
5 additions, 10 deletions
.gitlab-ci.yml
PhoenixFileBinaryAnalyzer_doc.dox
+0
-9
0 additions, 9 deletions
PhoenixFileBinaryAnalyzer_doc.dox
doc/mainpage.dox
+10
-0
10 additions, 0 deletions
doc/mainpage.dox
with
15 additions
and
19 deletions
.gitlab-ci.yml
+
5
−
10
View file @
447856fe
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
PhoenixFileBinaryAnalyzer_doc.dox
deleted
100644 → 0
+
0
−
9
View file @
15809847
/** @brief Programm to automatically get offset of data attribute in abstract binary data
*
*
*/
This diff is collapsed.
Click to expand it.
doc/mainpage.dox
0 → 100644
+
10
−
0
View file @
447856fe
/** @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>
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment