You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
314 B

11 years ago
8 years ago
10 years ago
11 years ago
  1. language: c
  2. compiler:
  3. - gcc
  4. - clang
  5. addons:
  6. apt:
  7. packages:
  8. - asciidoc
  9. - xmlto
  10. script: "./configure && make"
  11. branches:
  12. only:
  13. - master
  14. notifications:
  15. recipients:
  16. - max.c.lv@gmail.com
  17. email:
  18. on_success: change
  19. on_failure: always