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

Commit0727f01

Browse files
committed
fix the CI build flag
1 parent40042cd commit0727f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎appveyor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ build_script:
141141
-cmd:|
142142
"%PYTHON%/python.exe" -m pip install --upgrade pip
143143
"%PYTHON%/python.exe" -m pip install --upgrade setuptools
144-
set "CI_BUILD=True" && "%PYTHON%/python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
144+
set "CI_BUILD=1" && "%PYTHON%/python.exe" -m pip wheel --wheel-dir=%cd%\dist . --verbose
145145
146146
before_test:
147147
-ps:|

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414
os.chdir(os.path.dirname(os.path.abspath(__file__)))
1515

1616
CI_BUILD=os.environ.get("CI_BUILD","False")
17-
is_CI_build=TrueifCI_BUILD=="True"elseFalse
17+
is_CI_build=TrueifCI_BUILD=="1"elseFalse
1818
cmake_source_dir="opencv"
1919
minimum_supported_numpy="1.13.1"
2020
build_contrib=get_build_env_var_by_name("contrib")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp