Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPNL_GAMMA
gammaware
Commits
e65bfbb3
Commit
e65bfbb3
authored
Apr 05, 2019
by
Jérémie Dudouet
Browse files
Merge branch 'patch-1' into 'preprod'
Update .gitlab-ci.yml Debug instead of debug See merge request
!34
parents
36bf3a42
021a33f6
Pipeline
#27224
passed with stages
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
e65bfbb3
...
...
@@ -18,7 +18,7 @@ compile:
-
mv gammaware adf
-
cd ..
-
echo "Compilation of ADF..."
-
python scripts/gRaySoftware.py --cmake="-DCMAKE_BUILD_TYPE=
d
ebug -- -j 4" --adf= conf compile install
-
python scripts/gRaySoftware.py --cmake="-DCMAKE_BUILD_TYPE=
D
ebug -- -j 4" --adf= conf compile install
-
cd LYON
-
cp -r ../../gammaware/ .
-
mv gammaware gw
...
...
@@ -28,7 +28,7 @@ compile:
-
export LD_LIBRARY_PATH=$ROOTSYS/lib/:$LD_LIBRARY_PATH
-
echo "Compilation with ROOT..."
-
echo $PWD
-
python scripts/gRaySoftware.py --cmake="-DCMAKE_BUILD_TYPE=
d
ebug -- -j 4" --gw= conf compile install
-
python scripts/gRaySoftware.py --cmake="-DCMAKE_BUILD_TYPE=
D
ebug -- -j 4" --gw= conf compile install
-
cd LYON/gw/
-
mkdir -p cppcheck_output
-
cppcheck --xml --xml-version=2 --enable=style,performance,portability,unusedFunction -i config -i debug -i cmake -i demos -i doc -i doxyfiles -i icons -i macros -i ndb -i scripts . 2> cppcheck_output/output.xml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment