From 912f6da757fbc0cf5cc301e472ddf560e46eb319 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 29 Dec 2018 22:37:50 +0100 Subject: [PATCH] add some more builds to travis --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62b8e44c..6de068e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,10 @@ env: BUILDSCRIPT=".ci/run.sh" BUILDNAME="STOCK" BUILDOPTIONS=" " + - | + BUILDSCRIPT=".ci/run.sh" + BUILDNAME="STOCK-MPI" + BUILDOPTIONS="-ULTM_DESC -UTFM_DESC -UUSE_LTM -UUSE_TFM" - | BUILDSCRIPT=".ci/run.sh" BUILDNAME="EASY" @@ -109,6 +113,22 @@ env: BUILDSCRIPT=".ci/run.sh" BUILDNAME="CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE+LTC_FORTUNA_RESEED_RATELIMIT_STATIC+PTHREAD" BUILDOPTIONS="-DLTC_CLEAN_STACK -DLTC_NO_TABLES -DLTC_SMALL_CODE -DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_RSA_BLINDING -DLTC_FORTUNA_RESEED_RATELIMIT_STATIC -DLTC_PTHREAD" + - | + BUILDSCRIPT=".ci/run.sh" + BUILDNAME="STOCK+ARGTYPE=1" + BUILDOPTIONS="-DARGTYPE=1" + - | + BUILDSCRIPT=".ci/run.sh" + BUILDNAME="STOCK+ARGTYPE=2" + BUILDOPTIONS="-DARGTYPE=2" + - | + BUILDSCRIPT=".ci/run.sh" + BUILDNAME="STOCK+ARGTYPE=3" + BUILDOPTIONS="-DARGTYPE=3" + - | + BUILDSCRIPT=".ci/run.sh" + BUILDNAME="STOCK+ARGTYPE=4" + BUILDOPTIONS="-DARGTYPE=4" after_failure: - cat test_std.txt