aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-05-22 07:56:42 -0400
committerRich Salz <rsalz@openssl.org>2017-05-22 07:57:36 -0400
commite2580e70d5c644c5dadd33ffa8bb23223959b87a (patch)
tree552c5c626dcbf346fdc7ea1220ed6933d596c9eb /.travis.yml
parentfee423bb68869de02fceaceefbc847e98213574b (diff)
downloadopenssl-e2580e70d5c644c5dadd33ffa8bb23223959b87a.tar.gz
Integration build a small memory image
Modify one of the integration builds so that that the OPENSSL_SMALL_MEMORY option is compiled. There doesn't appear to be an automatic build with this option set. I think the options in the modified build are covered elsewhere (without the small memory) but a new job might still be preferable. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3268)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 03028f3af5..fd3e671e33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,7 +121,7 @@ matrix:
sources:
- ubuntu-toolchain-r-test
compiler: gcc-5
- env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
+ env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT" OPENSSL_TEST_RAND_ORDER=0
- os: linux
addons:
apt: