blob: 67ad3972fed6a1751e0e9495bbc79bd11f779a05 (
plain)
- 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 re2c valgrind
- script:
- - make testtarball
- - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
|