Page 1 of 1

return value of codelite-make

Posted: Wed May 19, 2021 12:00 pm
by Jarod42

Creating github action to test premake with Codelite, I got issue to retrieve build status.

Make generate successfully, but build fails (due to wrong settings in Premake that I want to highlight) but codelite-make still returns 0 (so success in script shell)

Example of action which I expect to fail:
https://github.com/Jarod42/premake-samp ... focus=true (tests project)

I do

Code: Select all

codelite-make --settings=../../../codelite/build_settings.xml --workspace=Project.workspace --project=app --config=Release --command=build --verbose --execute
  return $?

to launch build from command line.

Version of Codelite is the one which comes from an apt-get from Ubuntu.


Re: return value of codelite-make

Posted: Sun May 23, 2021 8:04 pm
by eranif

Can you report this as a bug?


Re: return value of codelite-make

Posted: Mon May 24, 2021 11:49 am
by Jarod42

Re: return value of codelite-make

Posted: Tue May 25, 2021 10:41 pm
by eranif

thanks