From c4e205183a78d1dc8fb4bec833e38cdbbdbf08b6 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 5 Sep 2019 17:26:34 +0200 Subject: [PATCH] add testbuild for RSA superclass --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dba45d4..37b0d9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,9 @@ matrix: - libc6-dev-i386 - gcc-multilib + # RSA superclass with tests (no sanitizer, but debug info) + - env: COMPILE_DEBUG=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --cflags=-DLTM_NOTHING --cflags=-DSC_RSA_1_WITH_TESTS --with-travis-valgrind' + # Test "autotuning", the automatic evaluation and setting of the Toom-Cook cut-offs. #- env: SANITIZER=1 BUILDOPTIONS='--with-cc=gcc-5 --cflags=-DMP_8BIT --with-travis-valgrind --make-option=tune' #- env: SANITIZER=1 BUILDOPTIONS='--with-cc=gcc-5 --cflags=-DMP_16BIT --with-travis-valgrind --make-option=tune'