maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

Automated builds via Github CI #32

Open lovemeforareason opened 2 years ago

lovemeforareason commented 2 years ago

It could be useful to have automatic builds of the dev branch built by Github actions. I will look into this myself later this week.

maxdev1 commented 2 years ago

Would be great, the tricky part is that the toolchain setup isn't completely trivial. It could work though by preparing a Docker image that the actions could use.