Skip to content
Snippets Groups Projects
Commit 691fcdf2 authored by Karl Wette's avatar Karl Wette
Browse files

.gitlab/ci/pkg.yml: show info-level debug messages in tests

parent 852eb973
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2156. Comments created here will be created in the context of that merge request.
......@@ -41,6 +41,7 @@
- DEFAULT_CONFIGURE_FLAGS="--prefix=${PWD}/../_inst --enable-strict-defs"
- xargs ./configure ${DEFAULT_CONFIGURE_FLAGS} <<< ${CONFIGURE_FLAGS}
# build, test, and install package
- export EXTRA_LAL_DEBUG_LEVEL=info
- make -j${CPU_COUNT} VERBOSE=1 all
- make -j${CPU_COUNT} VERBOSE=1 check
- make -j${CPU_COUNT} VERBOSE=1 install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment