reticulatedpines / magiclantern_simplified

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individually and merged.
GNU General Public License v2.0
149 stars 51 forks source link

Add Github Actions workflow #63

Closed petabyt closed 1 year ago

petabyt commented 2 years ago

A Github action workflow to compile ML for all models, and compile all modules.

reticulatedpines commented 2 years ago

It's interesting, but I don't currently have any intention of using GH actions. I'd rather not depend on GH specific functionality. If there's some reason why closing this will cause you difficulties, let me know and we can work something out, otherwise I'll close this in probably a week or so.

petabyt commented 2 years ago

It's OK if you close it. It was mainly a personal experiment to see if it would work. Also, .github/workflows is Github specific and shouldn't cause any incompatibilities if the files were moved over to hg or other code forges. The actions run completely separately from the Git repository.

petabyt commented 1 year ago

I had some ideas to extend this workflow, (maybe support Gitlab, convert to shell script). Let me know if you have any questions or regain interest in this.