PhotonLibOS icon indicating copy to clipboard operation
PhotonLibOS copied to clipboard

more efficient & effective CI

Open lihuiba opened this issue 1 year ago • 1 comments

during CI:

  • no need to build & run in debug mode (it's for developers' hands); -O2/3 with assertion (no -g, no -DNDEBUG) in CI is closer to productional env;
  • every feasible event engine should be tested for each UT;

lihuiba avatar Nov 06 '23 08:11 lihuiba

Closed by https://github.com/alibaba/PhotonLibOS/pull/273

beef9999 avatar Nov 23 '23 08:11 beef9999