.travis.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. language: c
  2. before_install:
  3. - sudo apt-get update -qq
  4. - sudo apt-get purge -qq gawk
  5. install:
  6. - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps
  7. - sudo apt-get install -qq --no-install-recommends autoconf automake
  8. before_script:
  9. - tools/setup
  10. - ./configure
  11. script:
  12. - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi
  13. notifications:
  14. irc:
  15. channels:
  16. - "chat.freenode.net#Monitoring-Plugins"
  17. on_success: change
  18. on_failure: always
  19. skip_join: true
  20. email:
  21. - team@monitoring-plugins.org
  22. env:
  23. global:
  24. # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis
  25. # encrypt" command using the project repository's public key.
  26. - secure: "ggJ9c/VfKcwtrwz/My+ne4My7D8g3qi3vz5Hh+yLiri0+oIXCy313ZD6ssIEY/5beQZEOnuHhBgBJd/Y3clSQNc2M9fRNc+wxOkIO992lgnY0MZJN3y9MLfpqUbTClhU9Fst0qXQqGpI6UI8yz1tj7yKi7DPrycJLRrjMpyTfyo="
  27. addons:
  28. coverity_scan:
  29. project:
  30. name: "monitoring-plugins/monitoring-plugins"
  31. description: "Monitoring Plugins"
  32. notification_email: team@monitoring-plugins.org
  33. build_command_prepend: tools/setup && ./configure
  34. build_command: make
  35. branch_pattern: coverity.*