XCodeCloud makefile run dependency and application build systems

Hi,

I did a complex makefile setup with git LFS and submodules. All files extracted, build, installed and deploy to MyApplication.app by makefile.

The application and its dependencies are built within 1 hour across many makefile targets.

The finaly DMG is built by hditool invocation within makefile.

I commented out the call to open -n MyApplication.app

I would love to run the integration test suite of MyApplication.app, this are compiled tests.

Are there common rules document writing makefiles for Apple XCodeCloud? How can I setup continues integration builds in cloud?

What works so far is running build and showing opened git directories. I am familiar with Aquamacs.app or emacs and command line tools. But don't know much about XCode. I read some documents but they all were using integrated build system, I think.

regards, J.