Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.18.2, conda-smithy 3.3.4, and con…
Browse files Browse the repository at this point in the history
…da-forge-pinning 2019.05.31
  • Loading branch information
ocefpaf committed May 31, 2019
1 parent 246c045 commit e1ac2c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ build: off
test_script:
- conda.exe build recipe -m .ci_support\%CONFIG%.yaml
deploy_script:
- conda.exe install conda-forge-ci-setup --use-local -n root --yes --quiet
- cmd: upload_package .\ .\recipe .ci_support\%CONFIG%.yaml
- cmd: upload_package .\ .\recipe .ci_support\%CONFIG%.yaml
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml
./recipe/run_conda_forge_build_setup_osx
source run_conda_forge_build_setup
conda update --yes --quiet --override-channels -c conda-forge -c defaults --all
env: {
OSX_FORCE_SDK_DOWNLOAD: "1"
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
displayName: Upload recipe
env:
BINSTAR_TOKEN: $(BINSTAR_TOKEN)
condition: not(eq(variables['UPLOAD_PACKAGES'], 'False'))
condition: not(eq(variables['UPLOAD_PACKAGES'], 'False'))
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# Configure the VM.
- script: |
recipe\run_conda_forge_build_setup_win.bat
run_conda_forge_build_setup
displayName: conda-forge build setup
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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}"

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

Expand All @@ -35,4 +35,4 @@ 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 "/home/conda/feedstock_root/build_artifacts/conda-forge-build-done-${CONFIG}"

0 comments on commit e1ac2c9

Please sign in to comment.