cmark

My personal build of CMark ✏️

Commit
de86867625008ecf0e560a2e3b7056220ce950e9
Parent
3826a607c17e16afedcdcec09df84e8249cf4756
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added .travis.yml for continuous integration testing.

Diffstat

1 file changed, 10 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added .travis.yml 10 10 0
diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,10 @@
+language: c
+compiler:
+ - clang
+ - gcc
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq re2c
+script:
+ - make archive
+ - make testarchive