grub-devel
[Top][All Lists]
Advanced

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

[PATCH v2 7/8] travis: Add ARM thumb target to tests


From: Alexander Graf
Subject: [PATCH v2 7/8] travis: Add ARM thumb target to tests
Date: Thu, 2 May 2019 08:55:36 +0200

We hit an error case which only got triggered on ARM Thumb code. So
let's make sure we test that combination as well.

Signed-off-by: Alexander Graf <address@hidden>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8571d9f1c..d8f6170e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,6 +106,11 @@ matrix:
       env:
         - GRUB_TARGETS="arm-coreboot-vexpress arm-efi arm-uboot"
         - CROSS_TARGETS="arm-linux-gnueabi"
+    - name: "arm_thumb"
+      env:
+        - GRUB_TARGETS="arm-coreboot-vexpress arm-efi arm-uboot"
+        - CROSS_TARGETS="arm-linux-gnueabi"
+        - TARGET_CFLAGS="-mthumb"
     - name: "arm64"
       env:
         - GRUB_TARGETS="arm64-efi"
-- 
2.16.4




reply via email to

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