add some more builds to travis
This commit is contained in:
parent
b7874c5864
commit
912f6da757
20
.travis.yml
20
.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
|
||||
|
Loading…
Reference in New Issue
Block a user