提交 fc47ad3b 编写于 作者: A Alessandro Ghedini 提交者: Andy Polyakov

Add no-asm builds to Travis

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 3003e0a4
...@@ -27,6 +27,7 @@ compiler: ...@@ -27,6 +27,7 @@ compiler:
env: env:
- CONFIG_OPTS="" - CONFIG_OPTS=""
- CONFIG_OPTS="shared" - CONFIG_OPTS="shared"
- CONFIG_OPTS="no-asm"
- CONFIG_OPTS="--debug --strict-warnings" - CONFIG_OPTS="--debug --strict-warnings"
matrix: matrix:
...@@ -56,6 +57,10 @@ matrix: ...@@ -56,6 +57,10 @@ matrix:
env: CONFIG_OPTS="shared" env: CONFIG_OPTS="shared"
- compiler: x86_64-w64-mingw32-gcc - compiler: x86_64-w64-mingw32-gcc
env: CONFIG_OPTS="shared" 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: allow_failures:
- compiler: i686-w64-mingw32-gcc - compiler: i686-w64-mingw32-gcc
env: CONFIG_OPTS="--debug --strict-warnings" env: CONFIG_OPTS="--debug --strict-warnings"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册