Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-10 | Properly fail the nsiqcppstyle part of the linters CI job | Fedja Beader | 1 | -0/+6 | |
From updating to buster->bullseye in !124: nsiqcppstyle was silently failing, too >_> Squashed with: * I always forget newlines at end of printfs. * Add sore thumb to remind me of untreated wounds beneath bandages * nsiqcppstyle was silently failing, too >_> *Explicitly call python2 *Grep will exit non-zero if it finds nothing. *fix* **** mana/plus!125 | |||||
2025-02-10 | Properly fail the failing cpplint.py part of linters CI job | Fedja Beader | 1 | -0/+2 | |
Squashed with: * Split out change * Let's get this to properly fail, first. put unfiltered file name into a variable and append .log to make it viewable online + direct URL for cpplint.py like before IT's LOGFILE, not ERRFILE.. sigh Nevermind, it actually is ERRFILE + add unfiltered version to init Downgrade version, py3 later Let's get unfiltered log to print if find fails Related: mana/plus!122 **** mana/plus!123 | |||||
2025-02-03 | Expose exe in artifacts and report its size in log | Fedja Beader | 1 | -0/+10 | |
Sometimes we're curious about the impact of a change on code size, this might satisfy us. **** mana/plus!121 | |||||
2024-05-10 | Download mplint release instead of recompiling every time | Fedja Beader | 1 | -18/+21 | |
Saves 1min10s by not compiling and another 15s by moving it together with linters. Squashed with: * Make sure mplint internal error or failure to run is detected * Make mplint breaking cause job to fail * Move linters out of lightweight.. goes faster, 3m46s -> 1m45s * Make script fail if any command returns nonzero or if any variable is unset. * Donwload mplint instead of building it **** mana/plus!80 | |||||
2023-09-10 | trim useless uses of cat | Fedja Beader | 1 | -10/+4 | |
2023-09-10 | Reduce number of grep invocations + prettify + wrap param expansion in quotes | Fedja Beader | 1 | -5/+7 | |
2023-09-10 | deduplicate repeating retries | Fedja Beader | 1 | -69/+28 | |
2021-05-23 | [ci] splitted jobs | jak1 | 1 | -2/+2 | |
gcov -> build doxygen -> build pages -> deploy | |||||
2021-05-22 | [ci] added pages stage | jak1 | 1 | -1/+3 | |
added doxygen to pages stage added gcov_gcc6 to pages stage changed ci init script to use public dir. | |||||
2020-06-04 | Use cross platform path to bash in ci scripts | Andrei Karas | 1 | -1/+1 | |
2018-07-10 | Disable valgrind in run tests due performance issue. | Andrei Karas | 1 | -8/+9 | |
2018-02-14 | Disable uninitialised memory valgrind reports in unit tests. | Andrei Karas | 1 | -7/+8 | |
Look like it found some false positives. | |||||
2018-02-14 | Save any temporary logs in test builds into logs directory. | Andrei Karas | 1 | -3/+3 | |
2018-02-14 | Save valgrind tests log into logs directory. | Andrei Karas | 1 | -6/+6 | |
2017-07-11 | Move doctest and catch files into unittests directory. | Andrei Karas | 1 | -1/+2 | |
2017-07-08 | Add make clean before building ci jobs. | Andrei Karas | 1 | -1/+4 | |
2017-07-07 | Add debug directory into cpplint and mplint ignores. | Andrei Karas | 1 | -1/+4 | |
2017-05-19 | Fix mplint ci job. | Andrei Karas | 1 | -1/+0 | |
2017-05-19 | Exclude doctest.h from mplint checks. | Andrei Karas | 1 | -1/+1 | |
2017-03-27 | Add debug message if JOBS variable is not set. | Andrei Karas | 1 | -0/+2 | |
2017-03-27 | Fix make script after adding JOBS variable. | Andrei Karas | 1 | -2/+2 | |
2017-03-27 | Read jobs number for make from JOBS variable in ci scripts. | Andrei Karas | 1 | -4/+11 | |
2017-03-20 | Fix coverage reports. | Andrei Karas | 1 | -0/+2 | |
2017-02-21 | On unit tests fail add some more logs into artficats. | Andrei Karas | 1 | -0/+4 | |
2017-02-21 | In local docker detection script also fix packages url ↵ | Andrei Karas | 1 | -0/+1 | |
http://deb.debian.org/debian. | |||||
2017-01-25 | Move some always executed ci commands from init.sh into before_script. | Andrei Karas | 1 | -9/+5 | |
2017-01-14 | Generate detailed reports in gcov ci job. | Andrei Karas | 1 | -1/+1 | |
2017-01-11 | Add support for collecting coverage data in gcc6 tests and store on stats ↵ | Andrei Karas | 1 | -0/+7 | |
web site. | |||||
2017-01-07 | Check for uninitialised variables in valgrind ci tests. | Andrei Karas | 1 | -0/+7 | |
2016-12-12 | Revert "Fix possible command line overflow in ci." | Andrei Karas | 1 | -10/+2 | |
This reverts commit 7890d8e082d5ab07d1ae92468166cac235721d4e. | |||||
2016-12-12 | Fix possible command line overflow in ci. | Andrei Karas | 1 | -2/+10 | |
2016-11-05 | On error in ci scripts copy config.log into logs directory. | Andrei Karas | 1 | -0/+1 | |
2016-07-29 | Extende run_h ci script. | Andrei Karas | 1 | -2/+2 | |
2016-06-22 | Allow clone mplint from fork at first and if it missing from original ↵ | Andrei Karas | 1 | -7/+22 | |
manaplus repo. | |||||
2016-06-22 | In ci scripts check for shell runners and skip apt-get if detected. | Andrei Karas | 1 | -0/+15 | |
2016-06-20 | Add another one apt-get update if apt-get install failed many times in ci. | Andrei Karas | 1 | -0/+1 | |
2016-06-11 | In ci scripts use local debian mirror if run on local runner. | Andrei Karas | 1 | -0/+11 | |
2016-05-10 | Add valgrind into ci test scripts. | Andrei Karas | 1 | -0/+10 | |
2016-05-10 | Improve error checks in tests ci scripts. | Andrei Karas | 1 | -0/+12 | |
2016-05-01 | In ci scripts add also protection against git clone failures. | Andrei Karas | 1 | -0/+29 | |
2016-05-01 | In ci scripts add more protections from network/dns failures in apt get ↵ | Andrei Karas | 1 | -1/+17 | |
commands. | |||||
2016-04-30 | In ci check correct version fot CC and CXX compilers. | Andrei Karas | 1 | -0/+2 | |
2016-04-28 | Fix error reporting function in ci scripts. | Andrei Karas | 1 | -1/+1 | |
2016-04-26 | Into ci scripts add another one try level if network error happend. | Andrei Karas | 1 | -1/+9 | |
2016-04-26 | In ci scripts, show main commands in output. | Andrei Karas | 1 | -0/+12 | |
2016-04-23 | Fix mplint ci checks. | Andrei Karas | 1 | -0/+1 | |
2016-04-17 | Simplify ci scripts. | Andrei Karas | 1 | -40/+14 | |
2016-04-15 | Fix compiler version report in ci scripts. | Andrei Karas | 1 | -2/+5 | |
2016-04-12 | add .gitlab-ci.yml and script for it. | Andrei Karas | 1 | -0/+146 | |