Edit

kc3-lang/pkgconf/.travis.yml

Branch :

  • Show log

    Commit

  • Author : Baptiste Daroussin
    Date : 2015-09-03 11:21:04
    Hash : d2e1d15f
    Message : Modify travis-ci tests so that it runs make distcheck Allowing to both check that the distfile is sane and run the tests

  • .travis.yml
  • language: c
    
    compiler:
      - clang
      - gcc
    
    script:
      - sh ./autogen.sh
      - ./configure
      - make distcheck
    
    notifications:
      email: false
      irc:
        channels:
          - "irc.freenode.org#pkgconf"
        on_success: change
        on_failure: always