Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbafe1e

Browse files
committed
Allow private env:var to force conda build
To trigger conda build, just add/update private env:vars FORCE_CONDA_BUILDon link below. Easier to debug and no need to edit appveyor yml/ps1https://ci.appveyor.com/project/USER_NAME/pythonnet/settings/environment
1 parent5e27c67 commitcbafe1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ci/appveyor_build_recipe.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ($env:PLATFORM -eq "x86"){
1111
$env:CONDA_BLD="$env:CONDA_BLD"+"-x64"
1212
}
1313

14-
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
14+
if ($env:APPVEYOR_PULL_REQUEST_NUMBER-or$env:FORCE_CONDA_BUILD-eq"True") {
1515
# Update PATH, and keep a copy to restore at end of this PowerShell script
1616
$old_path=$env:path
1717
$env:path="$env:CONDA_BLD;$env:CONDA_BLD\Scripts;"+$env:path

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp