]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add IBM s390x arch for testing 172/head
authorJeffrey Walton <noloader@gmail.com>
Thu, 27 Feb 2020 17:56:20 +0000 (12:56 -0500)
committerJeffrey Walton <noloader@gmail.com>
Thu, 27 Feb 2020 17:56:20 +0000 (12:56 -0500)
I believe this is a big-endian platform, so it is nice to have for insurance

.travis.yml

index 4b0f1da53c5555661a2e85d1e924501bb5d1a9c8..ab2c05f282f74b900f5b096161d035ad5a854a3b 100644 (file)
@@ -70,10 +70,20 @@ jobs:
       compiler: clang
       arch: ppc64le
       dist: bionic
+    - os: linux
+      name: GCC on Linux, s390x
+      compiler: gcc
+      arch: s390x
+      dist: bionic
+    - os: linux
+      name: Clang on Linux, s390x
+      compiler: clang
+      arch: s390x
+      dist: bionic
 
 script:
   - |
-    if [ "$TEST_UBSAN" = "yes"  ]; then
+    if [ "$TEST_UBSAN" = "yes" ]; then
       export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover"
       ./configure
     elif [ "$TEST_ASAN" = "yes" ]; then