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

Attempt to get CI working on ARMv7

This commit is contained in:
Andy Wingo 2019-05-20 15:30:06 +02:00
parent 0b7c0367d4
commit 0b5f05a8a5

View file

@ -10,7 +10,7 @@ before_script:
qemu binfmt-support qemu-user-static
gcc-i686-linux-gnu libc6-dev-i386-cross libc6:i386
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
gcc-armhf-linux-gnu libc6-dev-armhf-cross libc6:armhf
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf
x86-64:
stage: test
@ -30,4 +30,4 @@ aarch64:
armhf:
stage: test
script:
- make -C tests test-armhf CC_ARMv7=armhf-linux-gnu-gcc
- make -C tests test-armhf CC_ARMv7=arm-linux-gnueabihf-gcc