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

Commit0f2b48d

Browse files
committed
[ci]: add recognizing ARCH=amd64
1 parent3a8ae3c commit0f2b48d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.ci/run.cmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
@echooff
22
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd
33

4-
IF"%ARCH%"==""SETARCH=X86
5-
IF"%ARCH%"=="x86"SETARCH=X86
6-
IF"%ARCH%"=="x64"SETARCH=X64
7-
IF"%SDK%"==""SETSDK=SDK71
4+
IF"%ARCH%"==""SETARCH=X86
5+
IF"%ARCH%"=="x86"SETARCH=X86
6+
IF"%ARCH%"=="x64"SETARCH=X64
7+
IF"%ARCH%"=="amd64"SETARCH=X64
8+
IF"%SDK%"==""SETSDK=SDK71
89

910
echo ARCH=%ARCH%
1011
echo SDK=%SDK%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp