We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfed25 commit df0d0e8Copy full SHA for df0d0e8
ci/scripts/ci.sh
@@ -9,4 +9,8 @@ set -o errexit -o nounset -o pipefail -o xtrace
9
10
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
11
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
16
ctest --test-dir "$CI_DIR" --output-on-failure
0 commit comments