Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
30da9933
Commit
30da9933
authored
5 years ago
by
Guillaume Pernot
Browse files
Options
Downloads
Patches
Plain Diff
CI: Prelimenary conda build
parent
543b4a90
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
CI/conda_build.sh
+38
-0
38 additions, 0 deletions
CI/conda_build.sh
CI/contributors_check.sh
+1
-1
1 addition, 1 deletion
CI/contributors_check.sh
with
53 additions
and
1 deletion
.gitlab-ci.yml
+
14
−
0
View file @
30da9933
...
...
@@ -348,6 +348,20 @@ ubuntu-xdk-report:
-
job
:
ubuntu-xdk-qa-static-analysis
artifacts
:
true
#------------------------- Conda packages jobs ---------------------------------
conda-linux-build
:
extends
:
.common
stage
:
build
only
:
-
develop@orfeotoolbox/otb
-
/^release-[0-9]+\.[0-9]+$/@orfeotoolbox/otb
image
:
$BUILD_IMAGE_REGISTRY/otb-conda-build:latest
allow_failure
:
true
script
:
-
export otb_tag=${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
-
./CI/conda_build.sh
dependencies
:
[]
#---------------------------- Deploy job ---------------------------------------
deploy
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
CI/conda_build.sh
0 → 100644
+
38
−
0
View file @
30da9933
#!/usr/bin/env bash
#
# Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This script aims to identify the unreferenced authors to invite the team to
# check if they have already signed the contributor license agreement (CLA).
# When this is done, the author must be added to the reference list.
source
/build/anaconda3/bin/activate
cd
/build/staged-recipes/recipes/
conda config
--set
anaconda_upload
yes
anaconda login
--username
${
ANACONDA_LOGIN
}
--password
${
ANACONDA_PASSWORD
}
--hostname
${
CI_JOB_ID
}
conda build
${
CONDA_BUILD_OPTIONS
}
muparserx
conda build
${
CONDA_BUILD_OPTIONS
}
openthreads
conda build
${
CONDA_BUILD_OPTIONS
}
ossim
conda build
${
CONDA_BUILD_OPTIONS
}
shark
conda build
${
CONDA_BUILD_OPTIONS
}
tinyxml
conda build
${
CONDA_BUILD_OPTIONS
}
libitk
conda build
${
CONDA_BUILD_OPTIONS
}
otb
This diff is collapsed.
Click to expand it.
CI/contributors_check.sh
+
1
−
1
View file @
30da9933
#!/bin/bash
#
# Copyright (C) 2005-20
19
Centre National d'Etudes Spatiales (CNES)
# Copyright (C) 2005-20
20
Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment