Add no-asm builds to Travis
authorAlessandro Ghedini <alessandro@ghedini.me>
Thu, 22 Oct 2015 10:34:24 +0000 (12:34 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 21 Nov 2015 13:21:28 +0000 (14:21 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
.travis.yml

index 9354e12ed068df678921d2d14dd656f173b647b7..f4319898d835f0fb8c9dbc9340ae9c122aaa62ca 100644 (file)
@@ -27,6 +27,7 @@ compiler:
 env:
     - CONFIG_OPTS=""
     - CONFIG_OPTS="shared"
 env:
     - CONFIG_OPTS=""
     - CONFIG_OPTS="shared"
+    - CONFIG_OPTS="no-asm"
     - CONFIG_OPTS="--debug --strict-warnings"
 
 matrix:
     - 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"
           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"
     allow_failures:
         - compiler: i686-w64-mingw32-gcc
           env: CONFIG_OPTS="--debug --strict-warnings"