Add initial Travis CI configuration
Closes #63 Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
parent
e56a79784c
commit
66c103bdab
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user