summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/init.sh
AgeCommit message (Expand)AuthorFilesLines
2023-09-10trim useless uses of catFedja Beader1-10/+4
2023-09-10Reduce number of grep invocations + prettify + wrap param expansion in quotesFedja Beader1-5/+7
2023-09-10deduplicate repeating retriesFedja Beader1-69/+28
2021-05-23[ci] splitted jobsjak11-2/+2
2021-05-22[ci] added pages stagejak11-1/+3
2020-06-04Use cross platform path to bash in ci scriptsAndrei Karas1-1/+1
2018-07-10Disable valgrind in run tests due performance issue.Andrei Karas1-8/+9
2018-02-14Disable uninitialised memory valgrind reports in unit tests.Andrei Karas1-7/+8
2018-02-14Save any temporary logs in test builds into logs directory.Andrei Karas1-3/+3
2018-02-14Save valgrind tests log into logs directory.Andrei Karas1-6/+6
2017-07-11Move doctest and catch files into unittests directory.Andrei Karas1-1/+2
2017-07-08Add make clean before building ci jobs.Andrei Karas1-1/+4
2017-07-07Add debug directory into cpplint and mplint ignores.Andrei Karas1-1/+4
2017-05-19Fix mplint ci job.Andrei Karas1-1/+0
2017-05-19Exclude doctest.h from mplint checks.Andrei Karas1-1/+1
2017-03-27Add debug message if JOBS variable is not set.Andrei Karas1-0/+2
2017-03-27Fix make script after adding JOBS variable.Andrei Karas1-2/+2
2017-03-27Read jobs number for make from JOBS variable in ci scripts.Andrei Karas1-4/+11
2017-03-20Fix coverage reports.Andrei Karas1-0/+2
2017-02-21On unit tests fail add some more logs into artficats.Andrei Karas1-0/+4
2017-02-21In local docker detection script also fix packages url http://deb.debian.org/...Andrei Karas1-0/+1
2017-01-25Move some always executed ci commands from init.sh into before_script.Andrei Karas1-9/+5
2017-01-14Generate detailed reports in gcov ci job.Andrei Karas1-1/+1
2017-01-11Add support for collecting coverage data in gcc6 tests and store on stats web...Andrei Karas1-0/+7
2017-01-07Check for uninitialised variables in valgrind ci tests.Andrei Karas1-0/+7
2016-12-12Revert "Fix possible command line overflow in ci."Andrei Karas1-10/+2
2016-12-12Fix possible command line overflow in ci.Andrei Karas1-2/+10
2016-11-05On error in ci scripts copy config.log into logs directory.Andrei Karas1-0/+1
2016-07-29Extende run_h ci script.Andrei Karas1-2/+2
2016-06-22Allow clone mplint from fork at first and if it missing from original manaplu...Andrei Karas1-7/+22
2016-06-22In ci scripts check for shell runners and skip apt-get if detected.Andrei Karas1-0/+15
2016-06-20Add another one apt-get update if apt-get install failed many times in ci.Andrei Karas1-0/+1
2016-06-11In ci scripts use local debian mirror if run on local runner.Andrei Karas1-0/+11
2016-05-10Add valgrind into ci test scripts.Andrei Karas1-0/+10
2016-05-10Improve error checks in tests ci scripts.Andrei Karas1-0/+12
2016-05-01In ci scripts add also protection against git clone failures.Andrei Karas1-0/+29
2016-05-01In ci scripts add more protections from network/dns failures in apt get comma...Andrei Karas1-1/+17
2016-04-30In ci check correct version fot CC and CXX compilers.Andrei Karas1-0/+2
2016-04-28Fix error reporting function in ci scripts.Andrei Karas1-1/+1
2016-04-26Into ci scripts add another one try level if network error happend.Andrei Karas1-1/+9
2016-04-26In ci scripts, show main commands in output.Andrei Karas1-0/+12
2016-04-23Fix mplint ci checks.Andrei Karas1-0/+1
2016-04-17Simplify ci scripts.Andrei Karas1-40/+14
2016-04-15Fix compiler version report in ci scripts.Andrei Karas1-2/+5
2016-04-12add .gitlab-ci.yml and script for it.Andrei Karas1-0/+146