Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-29 | ci: add ubuntu 24.04 support, disable mainline kernel build | Sergey V. Lobanov | |
third-party mainline ubuntu kernel package is broken so disable it | |||
2023-10-06 | ci: add build for mainline kernel | Sergey V. Lobanov | |
2023-07-17 | ci: add support for Debian 13 (trixie) | Sergey V. Lobanov | |
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2023-04-01 | ci: remove support for Ubuntu 18.04 as EOL | Sergey V. Lobanov | |
Ubuntu 18.04 is EOL so CI support is not necessary anymore Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2022-09-01 | ci: add build jobs (Github CI) | Sergey V. Lobanov | |
Added build on: 1. Ubuntu 20.04, 22.04 (github runners) 2. Ubuntu 18.04, 20.04, 22.04 (in official containers from dockerhub) 3. Debian 10, 11, 12 (in official containers from dockerub) Build jobs do: 1. Build (cmake, make) 2. Packaging (cpack) 3. Install 4. Run 5. Check using 'show stat' command 6. Upload built .deb package as artifact Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> |