提交 6f60a5a1 编写于 作者: R Rich Salz

Restore clang builds in travis.yml

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 8e21938c
...@@ -5,13 +5,13 @@ addons: ...@@ -5,13 +5,13 @@ addons:
apt: apt:
packages: packages:
- ccache - ccache
# - clang-3.6 - clang-3.6
- gcc-5 - gcc-5
- binutils-mingw-w64 - binutils-mingw-w64
- gcc-mingw-w64 - gcc-mingw-w64
- wine - wine
sources: sources:
# - llvm-toolchain-precise-3.6 - llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
os: os:
...@@ -32,21 +32,17 @@ env: ...@@ -32,21 +32,17 @@ env:
matrix: matrix:
include: include:
- os: linux - os: linux
compiler: clang compiler: clang-3.6
env: CONFIG_OPTS="no-shared enable-asan" env: CONFIG_OPTS="no-shared enable-asan"
# - os: linux
# compiler: clang-3.6
# compiler: clang
# env: CONFIG_OPTS="no-shared enable-asan"
# - os: linux
# compiler: clang-3.6
# env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
- os: linux - os: linux
compiler: gcc-5 compiler: clang-3.6
env: CONFIG_OPTS="no-shared no-asm enable-rc5 enable-md2" env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
- os: linux
compiler: clang-3.6
env: CONFIG_OPTS="no-shared no-asm enable-asan enable-rc5 enable-md2"
- os: linux - os: linux
compiler: gcc-5 compiler: gcc-5
env: CONFIG_OPTS="no-asm enable-rc5 enable-md2 -DPEDANTIC" env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC"
- os: linux - os: linux
compiler: i686-w64-mingw32-gcc compiler: i686-w64-mingw32-gcc
env: CONFIG_OPTS="no-pic" env: CONFIG_OPTS="no-pic"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册