Commit 0d4276fe authored by Jan Kiene's avatar Jan Kiene
Browse files

add DEBUG_MODE_INFO activation step right before build

parent 7c6b6f26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ current_commit_sha="$(git rev-parse HEAD)"
git restore .
git checkout "$branch_to_check_out"

bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/activate-debug-mode-info-if-set.sh

make clean
make -j "$(nproc)"