Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-29 | Remove useless parts from .gitlab-ci.yml | Andrei Karas | 1 | -0/+1 | |
2020-06-16 | Add into travis.sh check with all custom scripts uncommented | Andrei Karas | 2 | -0/+15 | |
2020-06-16 | Run servers in travis.sh with all existing plugins | Andrei Karas | 1 | -2/+23 | |
2020-06-16 | Disable odr violation detection in ci | Andrei Karas | 1 | -2/+2 | |
2020-06-16 | Update travis.sh with fixes for travis and new os | Andrei Karas | 1 | -3/+13 | |
2020-06-16 | Add workaround for create sql user and grant rights to it | Andrei Karas | 1 | -1/+6 | |
In some mysql version default grant code not works. | |||||
2020-06-16 | Show runlog.txt on libconfig tests crash | Andrei Karas | 1 | -1/+9 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 2 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-03-03 | Show crash dump in travis | Andrei Karas | 1 | -1/+7 | |
2018-07-01 | Limit the output length on Travis | Haru | 1 | -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-15 | Fix i386 CI builds | Haru | 1 | -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-12 | Ignore memory leaks in travis ci due mysql memory leak. | Andrei Karas | 1 | -0/+6 | |
Gitlab ci look like unaffected. | |||||
2017-08-16 | Update travis for ubuntu trusty | gumi | 1 | -8/+33 | |
2017-08-08 | Check in travis if regenerated hpm code can be compiled. | Andrei Karas | 1 | -0/+5 | |
Also reduce number of packets to install in travis. | |||||
2017-07-17 | use /usr/bin/env bash in tools | Thibault Payet | 2 | -2/+2 | |
2016-11-19 | Let the CI test suite also run the tests | Haru | 1 | -0/+22 | |
For the time being, test_libconfig only (test_spinlock is very time consuming) | |||||
2016-10-02 | Added configuration file for Gitlab CI | Haru | 1 | -0/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-02 | Moved travis.sh to tools/ci | Haru | 1 | -0/+180 | |
Signed-off-by: Haru <haru@dotalux.com> |