Skip to content

Commit e9e77a8

Browse files
committed
.github: Enable testing of sh-unknown-elf
This uses a custom toolchain but the stock debian qemu. Signed-off-by: Keith Packard <[email protected]>
1 parent 35c522c commit e9e77a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/do-linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ HERE=`dirname "$0"`
1414
"$HERE"/do-test i386 "$@"
1515
"$HERE"/do-test m68k-unknown-elf "$@"
1616
"$HERE"/do-test msp430-unknown-elf "$@"
17+
"$HERE"/do-test sh-unknown-elf "$@"
1718
"$HERE"/do-build sparc64 "$@"
1819
"$HERE"/do-test x86_64 "$@"
1920
"$HERE"/do-test x86 "$@"

.github/linux-files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ https://github.com/ZakKemble/avr-gcc-build/releases/download/v12.1.0-1/avr-gcc-1
22
https://maps.altusmetrum.org/qemu-m68k.tar.xz
33
https://maps.altusmetrum.org/m68k-unknown-elf.tar.xz
44
https://maps.altusmetrum.org/msp430-unknown-elf.tar.xz
5+
https://maps.altusmetrum.org/sh-unknown-elf-1.tar.xz
56
https://maps.altusmetrum.org/qemu-arm.tar.xz

0 commit comments

Comments
 (0)