Martin Pulec
de37ee3a70
CI Dockerfile.ubuntu: adjust also for ubuntu-latest
...
some packages changed its names
2025-11-25 11:55:49 +01:00
Martin Pulec
9e7f643aed
docker_appimage_tests.sh: simplify
...
add the version unconditionally in the script and do not add a placeholder
to Dockerfile
2025-11-25 11:55:49 +01:00
Martin Pulec
aa3051dc0e
CI Linux AppImage Docker: try also latest Ubuntu
2025-11-25 11:55:48 +01:00
Martin Pulec
8e9f142f7c
CI Dockerfile.archlinux: add missing deps
...
- harfbuzz - blacklisted by AI excludelist
- xorg-server-xvfb - needed for GUI test
2025-11-25 11:55:48 +01:00
Martin Pulec
53892bbd0a
CI Linux AppImage test: run tests for both distros
...
run the same test cases for both Arch Linux and Ubuntu
+ rename Dockerfile.arch to Dockerfile.archlinux (the former is a bit
misleading - arch==architecture or what?)
2025-11-25 11:55:48 +01:00
Martin Pulec
af222c70a5
CI Linux: use Qt6 in ubuntu-22.04
2025-03-10 11:08:59 +01:00
Martin Pulec
fb022f2d1b
CI Linux: switch to ubuntu-22.04
...
ubuntu-20.04 GH image is being deprecated and will be eventually removed
from GH
2025-03-07 09:03:06 +01:00
Martin Pulec
bb596e0fc1
CI Linux: fixed failing tests
...
Fixes some weird error with Pipewire over ALSA on Arch:
https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172
2023-07-24 14:48:13 +02:00
Martin Piatka
eb7406f06e
CI/Linux: Migrate to Ubuntu 20.04
2023-04-04 10:46:16 +02:00
Martin Pulec
faaebc8e06
CI Linux: ensure that GUI doesn't fail in first 10 secs
2023-03-14 09:59:27 +01:00
Martin Pulec
912cb8ed38
C/C++ CI: added Arch check
...
- check appimage with Arch and --capabilities - this catches segfault
with incompatible jack implementation in bundle and system
(pipewire-jack package needed)
- use empty directory for container build (instead of ".") also for
Ubuntu (would not needlessly copy contents of current directory to
Docker daemon)
2022-09-14 11:50:08 +02:00
Martin Pulec
356b622889
testcard: get rid of SDL_mixer
...
SDL_mixer has some nasty dependency on JACK so remove it altogether
since it is perhaps seldom used (the MIDI playback may be added later
eg. as a standalone audio capture).
(see GH discussion #241 )
2022-07-27 09:05:56 +02:00
Martin Pulec
3817102bb9
CI: do not install glib (see previous commit)
2022-05-02 16:12:33 +02:00
Martin Pulec
35b86816b2
GitHub CI [Linux]: run on Ubuntu 18.04
...
Intel MediaSDK requires at least libva 1.10, U16.04 provides 1.07 only.
2021-07-13 15:10:52 +02:00
Martin Pulec
7f1ebe716b
GitHub CI: check AppImage inside blank Docker
...
Checks mainly missing dependencies
2021-03-09 08:14:37 +01:00
Martin Pulec
8c0d5871f7
GitHub CI: check libstdc++ ABI
...
Check libstdc++ ABI to ensure compatibility
2020-08-12 15:54:04 +02:00