Skip to content

Commit 3d24a36

Browse files
ifranzkijschmidb
authored andcommitted
TRAVIS: Add a sanitizer build
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent fbd5648 commit 3d24a36

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
@@ -15,6 +15,11 @@ jobs:
1515
arch: s390x
1616
compiler: clang
1717
env: CONFIG_OPTS="--enable-fips --enable-internal-tests"
18+
- name: "linux-s390x-sanitizer"
19+
os: linux
20+
arch: s390x
21+
compiler: gcc
22+
env: CONFIG_OPTS="--enable-fips --enable-internal-tests --enable-sanitizer"
1823

1924
before_script:
2025
- ./bootstrap.sh 2> >(tee)

0 commit comments

Comments
 (0)