Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
4bca889f
Commit
4bca889f
authored
Feb 04, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add debug trace
parent
99084e08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
CI/main_ci.cmake
CI/main_ci.cmake
+3
-2
No files found.
.gitlab-ci.yml
View file @
4bca889f
...
@@ -13,6 +13,8 @@ stages:
...
@@ -13,6 +13,8 @@ stages:
-
stuck_or_timeout_failure
-
stuck_or_timeout_failure
natif-build
:
natif-build
:
variables
:
CI_DEBUG_TRACE
:
"
true"
extends
:
.retry_twice
extends
:
.retry_twice
stage
:
build
stage
:
build
image
:
registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gccV0.2
image
:
registry.orfeo-toolbox.org/sdinot/otb:ubuntu-18.04-gccV0.2
...
...
CI/main_ci.cmake
View file @
4bca889f
...
@@ -25,8 +25,9 @@ set (ENV{LANG} "C") # Only ascii output
...
@@ -25,8 +25,9 @@ set (ENV{LANG} "C") # Only ascii output
# Build Configuration : Release, Debug..
# Build Configuration : Release, Debug..
set
(
CTEST_BUILD_CONFIGURATION
"Release"
)
set
(
CTEST_BUILD_CONFIGURATION
"Release"
)
set
(
CTEST_CMAKE_GENERATOR
"Unix Makefiles"
)
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
# Directory variable
set
(
CTEST_SOURCE_DIRECTORY
"
${
OTB_SOURCE_DIR
}
"
)
set
(
CTEST_SOURCE_DIRECTORY
"
${
OTB_SOURCE_DIR
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment