Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-29 | Add NO_EXCEPTIONS build to Travis | Arseny Kapoulkine | |
2016-01-26 | Specify std=c++11 explicitly in Travis configurations | Arseny Kapoulkine | |
That way the defaults in the Makefile only matter for local runs. | |||
2016-01-26 | Let Travis CI perform C++98-based tests | Stephan Beyer | |
2016-01-26 | Let Travis CI use Ubuntu trusty | Stephan Beyer | |
This allows to perform C++11-based tests on the Linux. | |||
2015-10-24 | Reduce Travis build matrix | Arseny Kapoulkine | |
2015-10-18 | Add release build to Travis | Arseny Kapoulkine | |
2015-09-20 | build: Reduce the build matrix | Arseny Kapoulkine | |
We don't need to test gcc on OSX | |||
2015-09-20 | build: Add OSX to Travis config | Arseny Kapoulkine | |
2015-08-25 | build: Fix -o gcov option | Arseny Kapoulkine | |
Also upload just pugixml.cpp.gcov to codecov to avoid issues the script has with old gcov. | |||
2015-08-25 | build: Rework config=coverage to be more robust | Arseny Kapoulkine | |
Use find -exec instead of xargs to work around differences between xargs on OSX and Linux. Use -b option of gcov - for some reason gcov on Travis can't find .gcno files otherwise (old version?). And finally enable config=coverage again. | |||
2015-08-25 | build: Disable config=coverage for now | Arseny Kapoulkine | |
2015-08-25 | build: Actually use config=coverage | Arseny Kapoulkine | |
2015-08-25 | build: Test codecov.io integration | Arseny Kapoulkine | |
2015-05-03 | Switch Travis CI to use Docker | Arseny Kapoulkine | |
2014-11-06 | Add compact build configuration to Travis | Arseny Kapoulkine | |
2014-02-09 | Fix .travis.yml script | Arseny Kapoulkine | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@972 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-09 | Add Makefile for building and running tests. | Arseny Kapoulkine | |
This expands and replaces the Travis-specific makefile by adding more options and correctly tracking header dependencies. Also add wchar_t mode test to Travis configuration. git-svn-id: http://pugixml.googlecode.com/svn/trunk@971 99668b35-9821-0410-8761-19e4c4f06640 | |||
2014-02-09 | Add scripts for Travis CI | Arseny Kapoulkine | |
git-svn-id: http://pugixml.googlecode.com/svn/trunk@969 99668b35-9821-0410-8761-19e4c4f06640 |