Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | Add a documentation to explain how to migrate from sqlite3 to postgresl | louiz’ | |
fix #3319 | |||
2015-10-30 | Remove the build+test script, just specify everything in the CI file | Florent Le Coz | |
2015-10-29 | Add code coverage support | Florent Le Coz | |
make coverage runs the test_suite and generates a report | |||
2015-10-29 | Use Catch for our test suite | Florent Le Coz | |
`make check` is also added to compile and run the tests Catch is fetched with cmake automatically into the build directory when needed | |||
2015-10-26 | Test a different way to do our CI | Florent Le Coz | |
Introduce a script, which is called with different parameters, to have a number of builds done with a different configuration, without repeating things too much. |