Added Ubuntu 24.04 tests

Co-authored-by: Jules Pénuchot <jules@penuchot.com>

See merge request oss/rotgen!33
This commit is contained in:
Jules Pénuchot 2025-10-06 17:03:54 +02:00 committed by Joel Falcou
parent 8fcd92ce1a
commit 991967761d
6 changed files with 254 additions and 142 deletions

8
docker-here.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
# Helper script to facilitate debugging in a Dockerized environment
docker container run \
-v $(pwd):$(pwd) -w $(pwd) -i -t \
ubuntu:24.04 \
/bin/bash