summaryrefslogtreecommitdiff
path: root/tools/ci
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove useless parts from .gitlab-ci.ymlAndrei Karas1-0/+1
2020-06-16Add into travis.sh check with all custom scripts uncommentedAndrei Karas2-0/+15
2020-06-16Run servers in travis.sh with all existing pluginsAndrei Karas1-2/+23
2020-06-16Disable odr violation detection in ciAndrei Karas1-2/+2
2020-06-16Update travis.sh with fixes for travis and new osAndrei Karas1-3/+13
2020-06-16Add workaround for create sql user and grant rights to itAndrei Karas1-1/+6
In some mysql version default grant code not works.
2020-06-16Show runlog.txt on libconfig tests crashAndrei Karas1-1/+9
2020-01-13Update copyright headers for year 2020Haru2-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2019-03-03Show crash dump in travisAndrei Karas1-1/+7
2018-07-01Limit the output length on TravisHaru1-4/+4
This is an attempt to avoid the `./tools/ci/travis.sh: line 55: /bin/cat: Argument list too long` error Signed-off-by: Haru <haru@dotalux.com>
2018-01-15Fix i386 CI buildsHaru1-1/+1
The address sanitizer's leak detector isn't supported on i386, so it can't be forced to be enabled in the travis.sh script. Signed-off-by: Haru <haru@dotalux.com>
2018-01-12Ignore memory leaks in travis ci due mysql memory leak.Andrei Karas1-0/+6
Gitlab ci look like unaffected.
2017-08-16Update travis for ubuntu trustygumi1-8/+33
2017-08-08Check in travis if regenerated hpm code can be compiled.Andrei Karas1-0/+5
Also reduce number of packets to install in travis.
2017-07-17use /usr/bin/env bash in toolsThibault Payet2-2/+2
2016-11-19Let the CI test suite also run the testsHaru1-0/+22
For the time being, test_libconfig only (test_spinlock is very time consuming)
2016-10-02Added configuration file for Gitlab CIHaru1-0/+33
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Moved travis.sh to tools/ciHaru1-0/+180
Signed-off-by: Haru <haru@dotalux.com>