Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
5c225ac8
Commit
5c225ac8
authored
Apr 08, 2019
by
Stéphane Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Added Centos-6.6 super-build job.
parent
b2e2edfc
Pipeline
#860
passed with stages
in 19 minutes and 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
+19
-5
.gitlab-ci.yml
.gitlab-ci.yml
+19
-5
No files found.
.gitlab-ci.yml
View file @
5c225ac8
...
@@ -72,11 +72,11 @@ ubuntu-llvm-wip:
...
@@ -72,11 +72,11 @@ ubuntu-llvm-wip:
except
:
[
merge_requests
]
except
:
[
merge_requests
]
extends
:
.common-build
extends
:
.common-build
superbuild
-prepare
:
.common
-prepare
:
only
:
[
merge_requests
]
#
only: [merge_requests]
extends
:
.common-build
extends
:
.common-build
stage
:
prepare
stage
:
prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
#
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
before_script
:
before_script
:
# This override the previous before_script
# This override the previous before_script
-
git checkout $CI_COMMIT_REF_NAME
-
git checkout $CI_COMMIT_REF_NAME
...
@@ -90,8 +90,8 @@ superbuild-prepare:
...
@@ -90,8 +90,8 @@ superbuild-prepare:
-
ssh-add <(echo "$K8S_SECRET_SSH")
-
ssh-add <(echo "$K8S_SECRET_SSH")
# This is for debug, we are checking the owner of the ssh key
# This is for debug, we are checking the owner of the ssh key
-
ssh -o StrictHostKeyChecking=no -T git@gitlab.orfeo-toolbox.org
-
ssh -o StrictHostKeyChecking=no -T git@gitlab.orfeo-toolbox.org
script
:
#
script:
-
ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
#
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
after_script
:
after_script
:
-
echo "Nothing to do for after_script"
-
echo "Nothing to do for after_script"
artifacts
:
artifacts
:
...
@@ -100,6 +100,20 @@ superbuild-prepare:
...
@@ -100,6 +100,20 @@ superbuild-prepare:
# This recovers logs from superbuild build
# This recovers logs from superbuild build
-
build/*/*/*/*.log
-
build/*/*/*/*.log
ubuntu-superbuild-prepare
:
only
:
[
merge_requests
]
extends
:
.common-prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-prepare
:
only
:
[
merge_requests
]
extends
:
.common-prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-centos-superbuild-base:6.6
script
:
-
ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
superbuild-build
:
superbuild-build
:
only
:
[
merge_requests
]
only
:
[
merge_requests
]
extends
:
.common-build
extends
:
.common-build
...
...
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