aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 67ad3972fed6a1751e0e9495bbc79bd11f779a05 (plain)
  1. language: c
  2. compiler:
  3. - clang
  4. - gcc
  5. before_install:
  6. # we need a more recent cmake than travis provides (at least 2.8.9):
  7. - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
  8. - sudo apt-get update -qq
  9. - sudo apt-get install -qq cmake python3 pandoc re2c valgrind
  10. script:
  11. - make testtarball
  12. - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck