summaryrefslogtreecommitdiff
path: root/tools/ci
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07Partial upgrade to v2020.01.12Jesusaves2-3/+3
2019-03-11Remove useless parts from .gitlab-ci.ymls20190408r20190408Andrei Karas1-0/+1
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>