summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-12-27Add a documentation to explain how to migrate from sqlite3 to postgresllouiz’
fix #3319
2015-10-30Remove the build+test script, just specify everything in the CI fileFlorent Le Coz
2015-10-29Add code coverage supportFlorent Le Coz
make coverage runs the test_suite and generates a report
2015-10-29Use Catch for our test suiteFlorent 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-26Test a different way to do our CIFlorent 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.