Codebase list sslscan / upstream/1.11.6-rbsec .travis.yml
upstream/1.11.6-rbsec

Tree @upstream/1.11.6-rbsec (Download .tar.gz)

.travis.yml @upstream/1.11.6-rbsecraw · history · blame

language: c

compiler:
  - clang
  - gcc

env:
  - TARGET=sslscan
  - TARGET=static

script:
  - make $TARGET CC=$CC

matrix:
  exclude:
    # OpenSSL can't be compiled out-of-the box with clang, see
    # http://wiki.openssl.org/index.php/Compilation_and_Installation#Modifying_Build_Settings
    - compiler: clang
      env: TARGET=static