Skip to content
Snippets Groups Projects
Commit a52437cc authored by Guillaume Pernot's avatar Guillaume Pernot
Browse files

Upload to anaconda.org organization orfeotoolbox

parent bb3517a8
No related branches found
No related tags found
No related merge requests found
......@@ -26,13 +26,15 @@ source /build/anaconda3/bin/activate
cd /build/staged-recipes/recipes/
ANACONDA_ORGANIZATION="orfeotoolbox"
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
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} muparserx
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} openthreads
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} ossim
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} shark
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} tinyxml
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} libitk
conda build --user ${ANACONDA_ORGANIZATION} ${CONDA_BUILD_OPTIONS} otb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment