aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2021-07-04Fixed cacheMarvin Borner
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-03-31Added inkscape to build dependenciesMarvin Borner
2021-03-13Fixed test suiteMarvin Borner
2021-02-26Added debug testingMarvin Borner
Qemu on GH seems to have some problems though.. I guess the current errors are actually internal bugs of their qemu version. Idk
2021-02-10Updated workflowMarvin Borner
2020-12-06Fixed workflowMarvin Borner
2020-12-06Removed submodule loadingMarvin Borner
2020-11-21Removed useless disk creationMarvin Borner
This gets executed automatically
2020-11-20Added disk creationMarvin Borner
2020-11-18Fixed artifact uploadingMarvin Borner
I've uploaded the testing version before...
2020-11-18Added artifact uploadingMarvin Borner
2020-11-10Oops, I'm dumbMarvin Borner
I believe I was wrong in my previous commit message. Let's see...
2020-11-10Removed testingMarvin Borner
Apparently the github action framework somehow disallows networking in QEMU or something. Maybe I'll investigate it in the future, but testing isn't that important anyway :P
2020-11-10Tmate debuggingMarvin Borner
2020-09-19Better workflow descriptionMarvin Borner
2020-09-16Fixed workflow descriptionMarvin Borner
2020-09-03Moved test to appMarvin Borner
2020-08-30Even more testsMarvin Borner
2020-08-27Fixed branch rename bugsMarvin Borner
2020-07-22Probably fixed workflowMarvin Borner
2020-05-07Github can't build; I can - why?Marvin Borner
Just a random guess fix that github somehow managed to mess up the cross compiler..
2020-04-25Fixed ext2 reading by using genext2fsMarvin Borner
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now.
2020-04-22Switched to cmake - AGAIN!Marvin Borner
Yes, I know... I once used it and was still using it to create my compile commands script but it didn't quite work. Now it does, so I replaced my whole sh spaghetti code! :)
2020-04-21Thanks, Ubuntu+Github...Marvin Borner
2020-04-21Finally! EXT2 is working now :)Marvin Borner
Puuh.
2020-04-20Fixed dependenciesMarvin Borner
2020-04-19Clean ext2 implementation :)Marvin Borner
2020-03-31Whaaaat, I still need the shared libs? Well...Marvin Borner
I'm a bit confused thought
2020-03-31OMG, I'm dumb...Marvin Borner
Well, I've messed up the workflow syntax sooo - here we go again!
2020-03-31Some workflow improvements and cache testingMarvin Borner
I've added an empty line so I can test the cross-compiler caching functionality
2020-03-31Cross compiler cachingMarvin Borner
Let's hope it works ;)
2020-02-17I AM SPEEDMarvin Borner
Implemented compile cache so I can develop as fast as a magician
2020-01-12Improved installation boot && testMarvin Borner
2020-01-03WoopsiMarvin Borner
2020-01-03I don't like CMakeMarvin Borner
I switched to basic shell scripts now
2020-01-02Bye-bye Make, Hi-hi Cmake!Marvin Borner
2019-11-10Added semi-working bootloaderMarvin Borner
2019-11-01Added release at push when tag is setMarvin Borner
2019-11-01Fixed VGA buffer loggingMarvin Borner
2019-11-01Testing release featureMarvin Borner
2019-11-01Added single build workflowMarvin Borner
2019-11-01I hate ubuntuMarvin Borner
2019-11-01HmmmMarvin Borner
2019-11-01Probably fixed grub packageMarvin Borner
2019-11-01Testing GitHub workflows..Marvin Borner
2019-11-01Added worflow for automatic releasingMarvin Borner