提交 66c103bd 编写于 作者: A Alessandro Ghedini 提交者: Rich Salz

Add initial Travis CI configuration

Closes #63
Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NBen Laurie <ben@openssl.org>
上级 e56a7978
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
env:
- CONFIG_OPTS=""
- CONFIG_OPTS="--debug"
- CONFIG_OPTS="shared"
script:
- ./config $CONFIG_OPTS && make && make test
notifications:
recipient:
- openssl-dev@openssl.org
email:
on_success: change
on_failure: always
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册