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

Add debug trace

parent 99084e08
Branches
Tags
No related merge requests found
......@@ -13,6 +13,8 @@ stages:
- stuck_or_timeout_failure
natif-build:
variables:
CI_DEBUG_TRACE: "true"
extends: .retry_twice
stage: build
image: registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gccV0.2
......
......@@ -25,8 +25,9 @@ set (ENV{LANG} "C") # Only ascii output
# Build Configuration : Release, Debug..
set (CTEST_BUILD_CONFIGURATION "Release")
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
set (CTEST_BUILD_NAME "ENV{CI_MERGE_REQUEST_PROJECT_PATH}")
set (CTEST_SITE "ENV{CI_REGISTRY_IMAGE}")
set (CTEST_BUILD_NAME "$ENV{CI_MERGE_REQUEST_PROJECT_PATH}")
set (CTEST_SITE "$ENV{CI_REGISTRY_IMAGE}")
# Directory variable
set (CTEST_SOURCE_DIRECTORY "${OTB_SOURCE_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment