1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Add CI jobs for ARM in both instruction sets

This commit is contained in:
Icecream95 2020-04-09 22:34:21 +12:00
parent 0ff3b3163c
commit 2a4ed4b776
No known key found for this signature in database
GPG key ID: 339D18472C107D93

View file

@ -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"