Commit graph

2 commits

Author SHA1 Message Date
Kim Alvefur
d26ccd8400 tools: Fix selection of container engine
Seems command -v in sh only checks and returns one argument, unlike
bash.
2023-12-12 16:19:04 +01:00
Kim Alvefur
b239732046 tools/build-env: Tools for building and testing in a container
./tools/build-env/build.sh
Creates a container image based on Debian or Ubuntu

./tools/build-env/here.sh
Starts a container and mounts in the current working directory, from
where one can ./configure; make; make test etc
2023-11-12 13:02:38 +01:00