cmark

My personal build of CMark ✏️

Commit
ad8b39e550f2ff9a8b8e409d1654fc26135dc9fa
Parent
ed565c1931017ded72e902b73187747aa3d0a093
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated travis script to get doxygen.

Diffstat

1 file changed, 2 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 5 2 3
diff --git a/.travis.yml b/.travis.yml
@@ -4,8 +4,7 @@ compiler:
  - gcc
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install -qq re2c pandoc valgrind
+ - sudo apt-get install -qq re2c pandoc valgrind doxygen
 script:
  - make testtarball
- - export PROG=`ls cmark-*.*/build/src/cmark`
- - make leakcheck
+ - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck