Skip to content

Commit fcfb989

Browse files
author
regro-cf-autotick-bot
committed
MNT: Re-rendered with conda-build 3.15.1, conda-smithy 3.2.13, and conda-forge-pinning 2019.01.29
1 parent 45bf628 commit fcfb989

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
# If there is a newer build queued for the same PR, cancel this one.
3030
- cmd: |
3131
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
32-
ff_ci_pr_build -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
32+
"%CONDA_INSTALL_LOCN%\python.exe" ff_ci_pr_build.py -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
3333
del ff_ci_pr_build.py
3434
3535
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
displayName: conda-forge build setup
8282
8383
84+
- script: |
85+
rmdir C:\strawberry /s /q
86+
continueOnError: true
87+
displayName: remove strawberryperl
88+
8489
# Special cased version setting some more things!
8590
- script: |
8691
conda.exe build recipe -m .ci_support\%CONFIG%.yaml

0 commit comments

Comments
 (0)