Skip to content
Snippets Groups Projects
Commit d8cd3a83 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

remove debug trace

parent 78dee0fe
Branches
Tags
No related merge requests found
......@@ -11,8 +11,8 @@ stages:
when:
- runner_system_failure
- stuck_or_timeout_failure
variables:
CI_DEBUG_TRACE: "true"
# variables:
# CI_DEBUG_TRACE: "true"
natif-build:
extends: .general
......
......@@ -26,7 +26,7 @@ set (ENV{LANG} "C") # Only ascii output
set (CTEST_BUILD_CONFIGURATION "Release")
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
set (CTEST_BUILD_NAME "$ENV{CI_MERGE_REQUEST_PROJECT_PATH}")
set (CTEST_BUILD_NAME "$ENV{CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}_to_$ENV{CI_MERGE_REQUEST_TARGET_BRANCH_NAME}")
set (CTEST_SITE "${IMAGE_NAME}")
# Directory variable
......@@ -67,10 +67,10 @@ if ( _configure_rv EQUAL -1 )
${_configure_error}")
endif()
# ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}"
# RETURN_VALUE _build_rv]
# CAPTURE_CMAKE_ERROR _build_error]
# )
ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}"
RETURN_VALUE _build_rv]
CAPTURE_CMAKE_ERROR _build_error]
)
if ( _configure_rv EQUAL -1 )
message("An error occurs during ctest_build:
......@@ -79,4 +79,4 @@ endif()
# ctest_test(PARALLEL_LEVEL 8])
# ctest_submit()
\ No newline at end of file
ctest_submit()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment