mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Add CI jobs for ARM in both instruction sets
This commit is contained in:
parent
0ff3b3163c
commit
2a4ed4b776
1 changed files with 6 additions and 1 deletions
|
@ -30,4 +30,9 @@ aarch64:
|
|||
armhf:
|
||||
stage: test
|
||||
script:
|
||||
- make -C tests test-armv7 CC_ARMv7=arm-linux-gnueabihf-gcc
|
||||
- make -C tests test-armv7 CC_ARMv7="arm-linux-gnueabihf-gcc -marm"
|
||||
|
||||
armhf-thumb:
|
||||
stage: test
|
||||
script:
|
||||
- make -C tests test-armv7 CC_ARMv7="arm-linux-gnueabihf-gcc -mthumb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue