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:
parent
8fcd92ce1a
commit
991967761d
6 changed files with 254 additions and 142 deletions
8
docker-here.sh
Executable file
8
docker-here.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue