-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathazure-pipelines-win.yml
More file actions
executable file
·47 lines (44 loc) · 1.41 KB
/
azure-pipelines-win.yml
File metadata and controls
executable file
·47 lines (44 loc) · 1.41 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
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
# -*- mode: yaml -*-
jobs:
- job: win
pool:
vmImage: windows-2022
strategy:
matrix:
win_64_license_familygpl:
CONFIG: win_64_license_familygpl
UPLOAD_PACKAGES: 'True'
win_64_license_familylgpl:
CONFIG: win_64_license_familylgpl
UPLOAD_PACKAGES: 'True'
win_arm64_license_familygpl:
CONFIG: win_arm64_license_familygpl
UPLOAD_PACKAGES: 'True'
win_arm64_license_familylgpl:
CONFIG: win_arm64_license_familylgpl
UPLOAD_PACKAGES: 'True'
timeoutInMinutes: 360
variables:
CONDA_BLD_PATH: D:\\bld\\
MINIFORGE_HOME: D:\Miniforge
UPLOAD_TEMP: D:\\tmp
steps:
- script: |
call ".scripts\run_win_build.bat"
displayName: Run Windows build
env:
MINIFORGE_HOME: $(MINIFORGE_HOME)
CONDA_BLD_PATH: $(CONDA_BLD_PATH)
PYTHONUNBUFFERED: 1
CONFIG: $(CONFIG)
CI: azure
flow_run_id: azure_$(Build.BuildNumber).$(System.JobAttempt)
remote_url: $(Build.Repository.Uri)
sha: $(Build.SourceVersion)
UPLOAD_PACKAGES: $(UPLOAD_PACKAGES)
UPLOAD_TEMP: $(UPLOAD_TEMP)
BINSTAR_TOKEN: $(BINSTAR_TOKEN)
FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN)
STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN)