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.

33 lines
621 B

11 years ago
8 years ago
8 years ago
11 years ago
  1. sudo: true
  2. language: c
  3. compiler:
  4. - gcc
  5. - clang
  6. before_install:
  7. - git clone https://github.com/jedisct1/libsodium
  8. - pushd libsodium
  9. - ./autogen.sh
  10. - ./configure && make
  11. - sudo make install
  12. - popd
  13. addons:
  14. apt:
  15. packages:
  16. - autoconf
  17. - autotools-dev
  18. - libudns-dev
  19. - libev-dev
  20. - asciidoc
  21. - xmlto
  22. script:
  23. - ./autogen.sh
  24. - ./configure && make
  25. branches:
  26. only:
  27. - master
  28. notifications:
  29. recipients:
  30. - max.c.lv@gmail.com
  31. email:
  32. on_success: change
  33. on_failure: always