Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
3612e295
Commit
3612e295
authored
Oct 15, 2019
by
DIAZ Jerome
Committed by
GILLES Sebastien
Oct 29, 2019
Browse files
#1489 Print out some informations about paths in the docker image.
parent
70057771
Changes
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/analysis.yml
View file @
3612e295
...
@@ -2,6 +2,8 @@ valgrind:
...
@@ -2,6 +2,8 @@ valgrind:
stage
:
analysis
stage
:
analysis
image
:
registry.gitlab.inria.fr/morefem/analysistools/valgrind:latest
image
:
registry.gitlab.inria.fr/morefem/analysistools/valgrind:latest
script
:
script
:
-
echo $PWD
-
ls ${HOME}/Codes/MoReFEM/Sources/Test/ThirdParty/PETSc/MatrixOperations
-
mkdir -p build_4_valgrind
-
mkdir -p build_4_valgrind
-
cd build_4_valgrind && python ../cmake/Scripts/configure_cmake.py --cache_file=../cmake/PreCache/linux.cmake --cmake_args="-G Ninja" --third_party_directory=/opt --mode="debug"
-
cd build_4_valgrind && python ../cmake/Scripts/configure_cmake.py --cache_file=../cmake/PreCache/linux.cmake --cmake_args="-G Ninja" --third_party_directory=/opt --mode="debug"
-
ninja
-
ninja
...
...
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