Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 28 additions & 15 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 24 additions & 68 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 36 additions & 27 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_73_pypy
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
18 changes: 18 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-64
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_73_pypy
target_platform:
- linux-aarch64
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- linux-aarch64
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-aarch64
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-aarch64
24 changes: 24 additions & 0 deletions .ci_support/linux_aarch64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_73_pypy
target_platform:
- linux-ppc64le
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- linux-ppc64le
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-ppc64le
Loading