summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-11-18Add static-only build to Travis test matrixNick Wellnhofer
2016-06-23Try to fix travis cmake.John MacFarlane
2016-06-23Travis: install more recent cmake on linux.John MacFarlane
2015-12-20Made roundtrip test part of the test suite run by cmake.John MacFarlane
2015-07-16Fix indentations.OGINO Masanori
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-07-16Split roundtrip_test and leakcheck.OGINO Masanori
CI status became green even if roundtrip_test failed, since `then` block was not suspended when $? was non-zero. Splitting roundtrip_test and leakcheck addresses this problem. With this change, builds checks ``${TRAVIS_OS_NAME}`` twice, but checking a variable is cheap enough. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-07-12Second try on ppa for travis.John MacFarlane
2015-07-12travis - Added ppa that has recent cmake and is whitelisted.John MacFarlane
2015-07-12Modified .travis.yml to use new containerized build system.John MacFarlane
2015-03-29Travis: only do roundtrip test on linux.John MacFarlane
We need python3, and we're testing the OSX install without python3.
2015-03-29Added roundtrip_test Makefile target.John MacFarlane
Eventually this should be pythonized and put in the cmake test routine.
2015-01-12Another try at .travis.yml.John MacFarlane
2015-01-12More travis fixes.John MacFarlane
2015-01-12Fixed typo in travis script.John MacFarlane
2015-01-12Fixed travis (I hope).John MacFarlane
2015-01-12.travis.yml: don't run valgrind on osx.John MacFarlane
2015-01-12Simplified release archive.John MacFarlane
We now simply use git archive (which is also what github would use on their releases page). This is possible because we now include some generated files in the repository. The fact is that this is what people are going to use anyway, so instead of testing two different setups (our hand-crafted archive and the git repo), it's better just to use one.
2015-01-12Fixed .travis.yml for osx.John MacFarlane
2015-01-12Fixed sh syntax in .travis.yml.John MacFarlane
2015-01-12Updated travis script to install osx dependencies using brew.John MacFarlane
2015-01-12Enable testing on osx with travis.John MacFarlane
2015-01-04Removed pandoc from travis build deps.John MacFarlane
2014-12-31Recreate scanners.c only on demandNick Wellnhofer
2014-12-30Require cmake >= 2.8.9, use a ppa for travis.John MacFarlane
`package_find(PythonInterp)` doesn't find python 3.2 with the cmake travis provides.
2014-12-29.travis.yml: install python3 for build.John MacFarlane
2014-12-22Added HTML normalization tests to test/CMakeLists.txt.John MacFarlane
Removed from .travis.yml. This should be a standard part of the test suite. See #245.
2014-12-19Expose failure to normalize whitespacesCiro Santilli
2014-12-01Travis: we no longer need doxygen.John MacFarlane
2014-11-28Updated travis script to get doxygen.John MacFarlane
2014-11-25Run leakcheck in travis build.John MacFarlane
2014-11-20Removed leakchek from travis script.John MacFarlane
2014-11-20Travis: run valgrind after finishing.John MacFarlane
2014-11-16Travis: use 'make testtarball', install pandoc.John MacFarlane
2014-11-16Added .travis.yml for continuous integration testing.John MacFarlane