]> git.ipfire.org Git - thirdparty/openssl.git/blob - .travis.yml
GH391: Apple port
[thirdparty/openssl.git] / .travis.yml
1 language: c
2
3 os:
4 - linux
5 - osx
6
7 compiler:
8 - clang
9 - gcc
10
11 env:
12 - CONFIG_OPTS=""
13 - CONFIG_OPTS="--debug"
14 - CONFIG_OPTS="shared"
15
16 script:
17 - ./config $CONFIG_OPTS && make && make test
18
19 notifications:
20 recipient:
21 - openssl-dev@openssl.org
22 email:
23 on_success: change
24 on_failure: always