twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Add basic CI support #175

Closed lechuckcaptain closed 9 months ago

lechuckcaptain commented 9 months ago

This adds a very basic CI support to the repo. This should help to avoid to break main after a not so thoroughly tested merges.

Of course the configuration can be expanded and tuned, but it should be a good starting point 🤞 .

A sample run can be found here.

lgreydev commented 9 months ago

@lechuckcaptain Good job!

twostraws commented 9 months ago

Is this okay to merge, or are there more commits to come?

lechuckcaptain commented 9 months ago

If it's OK for you it should be ok to merge it. The only strange thing is that I do not see an action run for these changes, but I would guess it's probably because it's your repository and I don't have permission to trigger CI actions until they are properly configured. After it has been merged it should hopefully work 🤞

twostraws commented 9 months ago

Okay, well let's find out 😅

twostraws commented 9 months ago

This is merged now – thank you!