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