1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix CI on ARMv7

This commit is contained in:
Andy Wingo 2019-05-20 15:38:37 +02:00
parent 0b5f05a8a5
commit c671c0868e

View file

@ -30,4 +30,4 @@ aarch64:
armhf:
stage: test
script:
- make -C tests test-armhf CC_ARMv7=arm-linux-gnueabihf-gcc
- make -C tests test-armv7 CC_ARMv7=arm-linux-gnueabihf-gcc