Skip to content

Commit df0d0e8

Browse files
committed
Print binary details
1 parent 1bfed25 commit df0d0e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/scripts/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ set -o errexit -o nounset -o pipefail -o xtrace
99

1010
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
1111
cmake --build "$CI_DIR" -t all tests mpexamples -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
12+
13+
file "${CI_DIR}/test/mptest"
14+
ldd "${CI_DIR}/test/mptest"
15+
1216
ctest --test-dir "$CI_DIR" --output-on-failure

0 commit comments

Comments
 (0)