Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-16 | Fix indentations. | OGINO Masanori | |
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | |||
2015-07-16 | Split 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-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 | |
We need python3, and we're testing the OSX install without python3. | |||
2015-03-29 | Added roundtrip_test Makefile target. | John MacFarlane | |
Eventually this should be pythonized and put in the cmake test routine. | |||
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 | |
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-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 | |
`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-22 | Added 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-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 | |