TravisCI does not work - Github Actions

@slackmoehrle
Travis CI is not free any more. I setup github action for win/linux/max/ios/android

Could you ask engineering to merge this pull request

and than click to
Actions · cocos2d/cocos2d-x · GitHub and setup github action - (click button enable github action for this repo)

1 Like

Sure. Let me put it in front of them. I don’t know what their QA process entails entirely.

What is good that most of build passed. The problem is with mac and ios. It looks like cocos2dx does not support the latest mac and xcode. Does any one know how to fix it?

  ubuntu-18_04: OK
  ubuntu-20_04: Failed - https://github.com/cocos2d/cocos2d-x/issues/20471
  windows-2019: OK
  windows-2022: OK
  macos-10_15: Failed - latest xcode not supported https://discuss.cocos2d-x.org/t/redefinition-of-enumerator-kaudiosessionproperty-otheraudioisplaying/52777
  macos-11: Failed - latest xcode not supported https://discuss.cocos2d-x.org/t/redefinition-of-enumerator-kaudiosessionproperty-otheraudioisplaying/52777
  macos-10_15_ios: Failed ??
  macos-11_ios: Failed ??
  windows-2019-android: OK
  ubuntu-20_04-android: OK

Please check errors from my fork:

@slackmoehrle
There is another PR with GitHub Actions for branch V4.

Could you merge it as well?
The same issue like for V3 - It looks like cocos2dx does not support the latest mac and xcode.

@slackmoehrle Thank GitHub actions enables.

Could you ask engineers to merge this PR?

It fixes mac build for latest xcode.

Yup I have asked for this thread to be reviewed.

1 Like