-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run CI tests on Windows, Macos and Linux (#444)
* Run unit_tests on windows and macos * Setup venv since macos really wants venv * windows venv path is different for some reason * Enable `ld_dependencies` and `create_asm_dependencies` on the basic_app yaml Also reduce some paths and change compiler to KMC * Fix silly paths on CI * Fix?? * CI FIX??? * ciiiiiiiii * idk * Stuff is hardcoded and I don't care enough to figure out how to fix it * maybe? * I'm dumb * Ensure Windows uses posix paths on dependency files and the linker script * changelog * fix? * Perform LF normalization on Windows * ??? * More endline normalization? * more changelog
- Loading branch information
1 parent
27b503d
commit a17a6dc
Showing
20 changed files
with
134 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Force LF on everyfile | ||
* text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
build/ | ||
split/ | ||
gcc-2.7.2/ | ||
/build/ | ||
/split/ | ||
/gcc-2.7.2/ | ||
!/expected/ |
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions
3
test/basic_app/expected/asm/nonmatchings/main/func_80000400.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
test/basic_app/expected/asm/nonmatchings/main/func_800004A0.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
test/basic_app/split/build/basic_app_target.elf: \ | ||
build/asm/header.o \ | ||
build/assets/dummy_ipl3.o \ | ||
build/src/main.o \ | ||
build/asm/handwritten.o \ | ||
build/asm/data/main.data.o \ | ||
build/asm/handwritten.o \ | ||
build/src/main.o \ | ||
build/asm/handwritten.o \ | ||
build/asm/data/main.bss.o \ | ||
build/asm/handwritten.o | ||
build/asm/header.o: | ||
build/assets/dummy_ipl3.o: | ||
build/src/main.o: | ||
build/asm/handwritten.o: | ||
build/asm/data/main.data.o: | ||
build/asm/handwritten.o: | ||
build/src/main.o: | ||
build/asm/handwritten.o: | ||
build/asm/data/main.bss.o: | ||
build/asm/handwritten.o: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
test/basic_app/expected/build/test/basic_app/split/src/main.asmproc.d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
test/basic_app/split/build/test/basic_app/split/src/main.o: \ | ||
test/basic_app/split/asm/nonmatchings/main/D_80000510.s \ | ||
test/basic_app/split/asm/nonmatchings/main/func_80000400.s \ | ||
test/basic_app/split/asm/nonmatchings/main/func_800004A0.s | ||
test/basic_app/split/asm/nonmatchings/main/D_80000510.s: | ||
test/basic_app/split/asm/nonmatchings/main/func_80000400.s: | ||
test/basic_app/split/asm/nonmatchings/main/func_800004A0.s: |
Oops, something went wrong.