Codebase list libpam-radius-auth / 3ff2187e-ecb4-4908-9278-1763147f8100/main .travis.yml
3ff2187e-ecb4-4908-9278-1763147f8100/main

Tree @3ff2187e-ecb4-4908-9278-1763147f8100/main (Download .tar.gz)

.travis.yml @3ff2187e-ecb4-4908-9278-1763147f8100/mainraw · history · blame

language: c
compiler:
  - gcc
before_script:
  - ./configure --enable-werror
before_install:
  - sudo apt-get update -qq
  - >
       sudo apt-get install --no-install-recommends -qq
       autoconf
       build-essential
       libpam0g-dev
script: make