script:
- make autoreconf && CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -std=c99
-O2" LDFLAGS="-static-libubsan" ./configure --disable-doc --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile --enable-code-coverage
- && make -j4 && make check -j4 && make local-code-coverage-output
+ && make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except:
script:
- make autoreconf && mkdir -p build && cd build &&
../configure --disable-ssl3-support --disable-ssl2-support --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-valgrind-tests --enable-code-coverage &&
- make -j4 && make check -j4 && make local-code-coverage-output
+ make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except:
script:
- make autoreconf && mkdir -p build && cd build &&
../configure --disable-non-suiteb-curves --enable-fips140-mode --enable-code-coverage --disable-doc --disable-valgrind-tests &&
- make -j4 && make check -j4 && make local-code-coverage-output
+ make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except:
Fedora/x86_64/valgrind:
script:
- make autoreconf && rm -f tests/suite/mini-eagain2.c && ./configure
- --disable-non-suiteb-curves --enable-code-coverage --disable-doc && make -j4 && make check -j4 && make local-code-coverage-output
+ --disable-non-suiteb-curves --enable-code-coverage --disable-doc && make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except:
script:
- make autoreconf && CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan"
./configure --disable-doc --enable-code-coverage --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile &&
- make -j4 && make check -j4 && make local-code-coverage-output
+ make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except:
script:
- make autoreconf && mkdir -p build && cd build &&
../configure --build=i686-redhat-linux --target=i686-redhat-linux --disable-cxx --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-valgrind-tests --enable-code-coverage &&
- make -j4 && make check -j4 && make local-code-coverage-output
+ make -j4 && make check -j4
+ - make local-code-coverage-output || true
tags:
- shared
except: