Skip to content

Commit 30bf08d

Browse files
ifranzkijschmidb
authored andcommitted
TRAVIS: Also build it with clang
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent 0dbb23c commit 30bf08d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
arch: s390x
1111
compiler: gcc
1212
env: CONFIG_OPTS="--enable-fips --enable-internal-tests"
13+
- name: "linux-s390x-clang"
14+
os: linux
15+
arch: s390x
16+
compiler: clang
17+
env: CONFIG_OPTS="--enable-fips --enable-internal-tests"
1318

1419
before_script:
1520
- ./bootstrap.sh

0 commit comments

Comments
 (0)