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

Commitb528f37

Browse files
committed
[ci]: Fix SDK check in .ci/run.cmd
1 parentf63927e commitb528f37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.ci/run.cmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ PATH=C:\Windows\system32;C:\Perl64\bin;C:\msys64\usr\bin
44
IF"%ARCH%"==""SETARCH=X86
55
IF"%ARCH%"=="x86"SETARCH=X86
66
IF"%ARCH%"=="x64"SETARCH=X64
7-
IF"%SDK%"==""SETSDK=SDK71
7+
IF"%SDK%"==""SETSDK=SDK71
8+
9+
echo ARCH=%ARCH%
10+
echo SDK=%SDK%
811

912
SETDEPENDENCIES_BIN_DIR=C:\pgfarm\deps_%ARCH%_%SDK%
1013
SETPERL32_PATH=C:\Perl
@@ -17,7 +20,7 @@ IF %SDK% == SDK71 (
1720
ECHOON
1821
)
1922

20-
IF%SDK%==msvc2013 (
23+
IF%SDK%==MSVC2013 (
2124
IF%ARCH%== X86CALL"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall" x86||GOTO :ERROR
2225
ECHOON
2326
IF%ARCH%== X64CALL"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall" amd64||GOTO :ERROR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp