From fc47ad3b7f8f3eb24ded45bb7e2ecc7b95f2a74e Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 22 Oct 2015 12:34:24 +0200 Subject: Add no-asm builds to Travis Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') 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" -- cgit v1.2.3