guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 30/34: Add ARMv7 testing to CI


From: Andy Wingo
Subject: [Guile-commits] 30/34: Add ARMv7 testing to CI
Date: Mon, 20 May 2019 09:55:55 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 0b7c0367d4d39df895eb5990eab65285e7e39ea4
Author: Andy Wingo <address@hidden>
Date:   Mon May 20 15:25:03 2019 +0200

    Add ARMv7 testing to CI
---
 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a445b67..e4893a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,13 +3,14 @@ image: debian:testing
 before_script:
   - dpkg --add-architecture i386
   - dpkg --add-architecture arm64
+  - dpkg --add-architecture armhf
   - apt-get update -qq
   - apt-get install -y
       libc6-dev:amd64 gcc make
       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
-  - update-binfmts --display
+      gcc-armhf-linux-gnu libc6-dev-armhf-cross libc6:armhf
 
 x86-64:
   stage: test
@@ -25,3 +26,8 @@ aarch64:
   stage: test
   script:
     - make -C tests test-aarch64 CC_AARCH64=aarch64-linux-gnu-gcc
+
+armhf:
+  stage: test
+  script:
+    - make -C tests test-armhf CC_ARMv7=armhf-linux-gnu-gcc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]