From: Alessandro Ghedini Date: Thu, 22 Oct 2015 10:34:24 +0000 (+0200) Subject: Add no-asm builds to Travis X-Git-Tag: OpenSSL_1_1_0-pre1~201 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc47ad3b7f8f3eb24ded45bb7e2ecc7b95f2a74e;p=oweals%2Fopenssl.git Add no-asm builds to Travis Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/.travis.yml b/.travis.yml index 9354e12ed0..f4319898d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" + - CONFIG_OPTS="no-asm" - CONFIG_OPTS="--debug --strict-warnings" matrix: @@ -56,6 +57,10 @@ matrix: env: CONFIG_OPTS="shared" - compiler: x86_64-w64-mingw32-gcc env: CONFIG_OPTS="shared" + - compiler: i686-w64-mingw32-gcc + env: CONFIG_OPTS="no-asm" + - compiler: x86_64-w64-mingw32-gcc + env: CONFIG_OPTS="no-asm" allow_failures: - compiler: i686-w64-mingw32-gcc env: CONFIG_OPTS="--debug --strict-warnings"