mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Fix broken pipeline by setting new directory of applications.
This commit is contained in:
parent
caae08176b
commit
402405efdf
@ -27,14 +27,14 @@ run_1D:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
- ./build/src/1D
|
- ./build/app/1D
|
||||||
|
|
||||||
run_2D:
|
run_2D:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
- ./build/src/2D
|
- ./build/app/2D
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: static_analyze
|
stage: static_analyze
|
||||||
@ -46,11 +46,11 @@ lint:
|
|||||||
memcheck_1D:
|
memcheck_1D:
|
||||||
stage: dynamic_analyze
|
stage: dynamic_analyze
|
||||||
script:
|
script:
|
||||||
- cd build/src
|
- cd build/app
|
||||||
- valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes ./1D 1>/dev/null
|
- valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes ./1D 1>/dev/null
|
||||||
|
|
||||||
memcheck_2D:
|
memcheck_2D:
|
||||||
stage: dynamic_analyze
|
stage: dynamic_analyze
|
||||||
script:
|
script:
|
||||||
- cd build/src
|
- cd build/app
|
||||||
- valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes ./2D 1>/dev/null
|
- valgrind --tool=memcheck --leak-check=full --show-leak-kinds=all --track-origins=yes ./2D 1>/dev/null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user