blob: 286247358a0dd2d045eafbb708c63d5f5e7f8199 [file] [log] [blame]
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