Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.9, conda-smithy 3.4.1, and con…
Browse files Browse the repository at this point in the history
…da-forge-pinning 2019.08.27
  • Loading branch information
ocefpaf committed Sep 4, 2019
1 parent 24fa8f5 commit ff78ca8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
echo "Configuring conda."
setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml
source run_conda_forge_build_setup
export CI=azure
# Overriding global run_conda_forge_build_setup_osx with local copy.
source recipe/run_conda_forge_build_setup_osx
conda update --yes --quiet --override-channels -c conda-forge -c defaults --all
env: {
OSX_FORCE_SDK_DOWNLOAD: "1"
Expand Down
5 changes: 3 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:

# Configure the VM.
- script: |
run_conda_forge_build_setup
set "CI=azure"
# Overriding global run_conda_forge_build_setup_win with local copy.
recipe\run_conda_forge_build_setup_win
displayName: conda-forge build setup
Expand Down
10 changes: 9 additions & 1 deletion .azure-pipelines/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ conda install --yes --quiet conda-forge-ci-setup=2 conda-build -c conda-forge
# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

# Overriding global run_conda_forge_build_setup_linux with local copy.
source ${RECIPE_ROOT}/run_conda_forge_build_setup_linux

# make the build number clobber
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml"

if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then
upload_package "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
fi

touch "/home/conda/feedstock_root/build_artifacts/conda-forge-build-done-${CONFIG}"
touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}"

0 comments on commit ff78ca8

Please sign in to comment.