1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-04-19 21:02:17 +03:00

9 Commits

Author SHA1 Message Date
Daniele Sciascia
173693f2ee Github actions: do sudo apt update before installing packages 2023-07-17 15:41:24 +02:00
Teemu Ollakka
4951c38357 Github Actions has removed ubuntu-18.04
Replace ubuntu-18.04 virtual environment with ubuntu-20.04.
Compilation tests for GCC < 7 cannot be done anymore
since ubuntu-20.04 environment does not provide such an
old compilers.
2023-04-04 13:53:25 +03:00
Teemu Ollakka
94ea93a48d Add clang-13 into build matrix 2023-03-29 18:14:43 +03:00
Teemu Ollakka
9e8708af7e Add GCC 12 into GitHup actions build matrix 2023-02-26 10:12:56 +02:00
Teemu Ollakka
de3d7b63ea Add report_event() method into reporter object
Report event will write json formatted event into report
file.

Include Boost headers as system headers to avoid generating
excessive warnings. Enable extra tests for selected compilers
in actions.
2022-12-05 17:05:14 +02:00
Teemu Ollakka
e2b3e99c2f Fix workflow/actions submodule handling
Also added new clang and gcc compilers into build matrix.
2021-11-12 10:06:39 +02:00
Daniele Sciascia
fb86776354 Drop Ubuntu 16.04 environment from github build workflow
Ubuntu 16.04 is EOL and not working anymore on github.
2021-08-23 09:48:42 +02:00
Daniele Sciascia
dcf3ce91cd Use --output-on-failure on ctest 2020-11-27 11:29:20 +01:00
Teemu Ollakka
85ad715209 Move from Travis CI to GitHub Actions 2020-11-26 01:08:27 +02:00