Replace Travis CI with Github workflow

This commit is contained in:
GriffinR
2021-03-08 03:03:53 -05:00
parent 42b93f8359
commit b2f0efc6f7
5 changed files with 55 additions and 240 deletions
+7
View File
@@ -41,6 +41,13 @@ SECTIONS {
*(.text*);
} =0
.text.unlikely :
ALIGN(4)
{
src/crt0.o(.text.unlikely);
*(.text.unlikely*);
} =0
script_data :
ALIGN(4)
{