axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)

Home Page:https://axmol.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running `./tools/cmdline/axmol -p osx` doesn't report error if build fails

smilediver opened this issue · comments

This CI job failed, but reported success: https://github.com/axmolengine/axmol/actions/runs/9173470400/job/25222232728

The problem might be that running ./tools/cmdline/axmol -p osx has an exit code of 0 even if build fails. This might be the issue on other platforms too, and also for other commands like running tests with ./tools/cmdline/axmol run -p osx -xb '--target,unit-tests'.