index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
2017-11-18
Add static-only build to Travis test matrix
Nick Wellnhofer
2016-06-23
Try to fix travis cmake.
John MacFarlane
2016-06-23
Travis: install more recent cmake on linux.
John MacFarlane
2015-12-20
Made roundtrip test part of the test suite run by cmake.
John MacFarlane
2015-07-16
Fix indentations.
OGINO Masanori
2015-07-16
Split roundtrip_test and leakcheck.
OGINO Masanori
2015-07-12
Second try on ppa for travis.
John MacFarlane
2015-07-12
travis - Added ppa that has recent cmake and is whitelisted.
John MacFarlane
2015-07-12
Modified .travis.yml to use new containerized build system.
John MacFarlane
2015-03-29
Travis: only do roundtrip test on linux.
John MacFarlane
2015-03-29
Added roundtrip_test Makefile target.
John MacFarlane
2015-01-12
Another try at .travis.yml.
John MacFarlane
2015-01-12
More travis fixes.
John MacFarlane
2015-01-12
Fixed typo in travis script.
John MacFarlane
2015-01-12
Fixed travis (I hope).
John MacFarlane
2015-01-12
.travis.yml: don't run valgrind on osx.
John MacFarlane
2015-01-12
Simplified release archive.
John MacFarlane
2015-01-12
Fixed .travis.yml for osx.
John MacFarlane
2015-01-12
Fixed sh syntax in .travis.yml.
John MacFarlane
2015-01-12
Updated travis script to install osx dependencies using brew.
John MacFarlane
2015-01-12
Enable testing on osx with travis.
John MacFarlane
2015-01-04
Removed pandoc from travis build deps.
John MacFarlane
2014-12-31
Recreate scanners.c only on demand
Nick Wellnhofer
2014-12-30
Require cmake >= 2.8.9, use a ppa for travis.
John MacFarlane
2014-12-29
.travis.yml: install python3 for build.
John MacFarlane
2014-12-22
Added HTML normalization tests to test/CMakeLists.txt.
John MacFarlane
2014-12-19
Expose failure to normalize whitespaces
Ciro Santilli
2014-12-01
Travis: we no longer need doxygen.
John MacFarlane
2014-11-28
Updated travis script to get doxygen.
John MacFarlane
2014-11-25
Run leakcheck in travis build.
John MacFarlane
2014-11-20
Removed leakchek from travis script.
John MacFarlane
2014-11-20
Travis: run valgrind after finishing.
John MacFarlane
2014-11-16
Travis: use 'make testtarball', install pandoc.
John MacFarlane
2014-11-16
Added .travis.yml for continuous integration testing.
John MacFarlane