66c103bdab
Closes #63 Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Laurie <ben@openssl.org>
24 lines
301 B
YAML
24 lines
301 B
YAML
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
|