Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
06570e16
Commit
06570e16
authored
May 15, 2019
by
Antoine Regimbeau
Browse files
Merge branch 'ci_hidden_key' into packaging_ci
parents
92a7731d
f597adf5
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
06570e16
...
...
@@ -82,6 +82,8 @@ ubuntu-llvm:
before_script
:
-
git checkout -f -q $CI_COMMIT_SHA
-
git lfs install --skip-repo
-
git config --global user.email "otbbot@orfeo-toolbox.org"
-
git config --global user.name "otbbot"
artifacts
:
expire_in
:
24 hrs
when
:
always
...
...
CI/main_superbuild.cmake
View file @
06570e16
...
...
@@ -51,7 +51,7 @@ find_program(CTEST_GIT_COMMAND NAMES git git.cmd)
# FIXME: Replace ${GIT} variable with $[CTEST_GIT_COMMAND}"
set
(
GIT
"
${
CTEST_GIT_COMMAND
}
"
)
set
(
DEBUG 1
)
execute_process
(
COMMAND
${
GIT
}
"clone"
"
${
REMOTE
}
"
"--branch"
"
${
BRANCH_NAME
}
"
"--depth"
"1"
"superbuild-artifact"
...
...
@@ -97,6 +97,7 @@ if ( DEBUG )
message
(
"Xdk folder exists at
${
XDK_PATH
}
"
)
else
()
message
(
"Something went wrong no folder in
${
XDK_PATH
}
"
)
message
(
"The branch was
${
BRANCH_NAME
}
"
)
endif
()
endif
()
...
...
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