rat-pac / ratpac-two

Open source edition of RAT-PAC
Other
11 stars 23 forks source link

Create GitHub action to test build ratpac2 and experiment #117

Closed JamesJieranShen closed 9 months ago

JamesJieranShen commented 9 months ago

This workflow should run on every PR as well as all pushes to main, as well as over manual workflow dispatch. It clones the ratpac2 and ratpacExperiment repos in a docker (built via RatpacSetup), and attempts to build both repos using specified make commands.

Note: The image currently used is located in my personal dockerhub account and is built based on a fork of ratpacSetup, this is because CI in the official ratpacSetup repo is not configured for docker builds yet. I will update the docker image used once CIs are setup over there.

tannerbk commented 9 months ago

This is a great idea, thanks James.