FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-src/.github/scripts/windows/test.bat at master · php/php-src · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
8.1k
Star
40.3k
Code
Issues
960
Pull requests
1k
Actions
Security and quality
52
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
php-src
/
.github
/
scripts
/
windows
/
test.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 471 Bytes
Breadcrumbs
php-src
/
.github
/
scripts
/
windows
/
test.bat
Copy path
File metadata and controls
16 lines (13 loc) · 471 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if
/i
"
%GITHUB_ACTIONS%
"
neq
"
True
"
(
echo
for CI only
exit
/b
3
)
set
SDK_RUNNER
=
%PHP_BUILD_CACHE_SDK_DIR%
\phpsdk-
%PHP_BUILD_CRT%
-
%PLATFORM%
.bat
if
not
exist
"
%SDK_RUNNER%
"
(
echo
"
%SDK_RUNNER%
"
doesn't exist
exit
/b
3
)
for
/f
"
delims=
"
%%T
in
('call .github\scripts\windows\find-vs-toolset.bat
%PHP_BUILD_CRT%
')
do
set
"
VS_TOOLSET
=
%%T
"
cmd
/c
%SDK_RUNNER%
-s
%VS_TOOLSET%
-t .github\scripts\windows\test_task.bat
if
%errorlevel%
neq
0
exit
/b
3
exit
/b
0
Back
|
FazBrowse Home
|
New Git URL