Skip to content

Commit 28394c5

Browse files
committed
#75 wip: xboxビルドテスト v74
1 parent ef5f821 commit 28394c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/xbox-host-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ jobs:
9696
echo SDK: %WindowsSDKVersion%
9797
cl /nologo /std:c++17 /W3 /c /DWINAPI_FAMILY=WINAPI_FAMILY_GAMES ^
9898
tests\gamecore_api_probe.cpp > host_probe.log 2>&1
99-
set CL_EXIT=%errorlevel%
100-
type host_probe.log
101-
if not "%CL_EXIT%"=="0" (
99+
if errorlevel 1 (
100+
type host_probe.log
102101
echo ::error::ホスト使用 API のプローブが失敗 (全文は上の host_probe.log 出力)
103102
exit /b 1
104103
)
104+
type host_probe.log
105105
echo OK: host APIs are all present in the GAMES partition
106106
107107
# V8 platform 層の API: 欠落 = 移植時の置換 TODO リスト (情報提供、fail しない)

0 commit comments

Comments
 (0)