Codebase list sslscan / debian/1.11.11-rbsec-0kali2 .travis.yml
debian/1.11.11-rbsec-0kali2

Tree @debian/1.11.11-rbsec-0kali2 (Download .tar.gz)

.travis.yml @debian/1.11.11-rbsec-0kali2raw · history · blame

sudo: required
dist: trusty
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