-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.appveyor.yml
More file actions
66 lines (50 loc) · 2.63 KB
/
.appveyor.yml
File metadata and controls
66 lines (50 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# This file was automatically generated by conda-smithy. To update a component of this
# file, make changes to conda-forge.yml and/or recipe/meta.yaml, and run
# "conda smithy rerender".
# -*- mode: yaml -*-
image: Visual Studio 2017
environment:
matrix:
- CONFIG: win_64_python3.10.____cpython
CONDA_INSTALL_LOCN: C:\Miniconda36-x64
- CONFIG: win_64_python3.11.____cpython
CONDA_INSTALL_LOCN: C:\Miniconda36-x64
- CONFIG: win_64_python3.12.____cpython
CONDA_INSTALL_LOCN: C:\Miniconda36-x64
- CONFIG: win_64_python3.9.____cpython
CONDA_INSTALL_LOCN: C:\Miniconda36-x64
# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
platform:
- x64
install:
- cmd: set "CI=appveyor"
# If there is a newer build queued for the same PR, cancel this one.
- cmd: |
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/main/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
"%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%"
del ff_ci_pr_build.py
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
- cmd: rmdir C:\cygwin /s /q
# Add path, activate `conda` and update conda.
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda.exe update --yes --quiet conda
- cmd: set PYTHONUNBUFFERED=1
# Configure the VM.
# Tell conda we want an updated version of conda-build and conda-forge-ci-setup=4 "conda-build>=24.1"
- cmd: conda.exe install -n root -c conda-forge --quiet --yes conda-build pip conda-forge-ci-setup=4 "conda-build>=24.1"
- cmd: setup_conda_rc .\ .\recipe .\.ci_support\%CONFIG%.yaml
- cmd: CALL run_conda_forge_build_setup
# Skip .NET project specific build phase.
build: off
test_script:
- set "flow_run_id=appveyor_%APPVEYOR_BUILD_ID%"
- set "remote_url=https://github.com/%APPVEYOR_REPO_NAME%"
- set "sha=%APPVEYOR_REPO_COMMIT%"
- cmd: conda.exe build recipe -m .ci_support\%CONFIG%.yaml --extra-meta flow_run_id=%flow_run_id% remote_url=%remote_url% sha=%sha%
- set "FEEDSTOCK_NAME=%APPVEYOR_REPO_NAME:*/=%"
- cmd: validate_recipe_outputs "%FEEDSTOCK_NAME%"
deploy_script:
- set "GIT_BRANCH=%APPVEYOR_REPO_BRANCH%"
- set "FEEDSTOCK_NAME=%APPVEYOR_REPO_NAME:*/=%"
- cmd: upload_package --validate --feedstock-name="%FEEDSTOCK_NAME%" .\ .\recipe .ci_support\%CONFIG%.yaml