aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build-env
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix selection of container engineKim Alvefur2023-12-121-1/+6
| | | | | Seems command -v in sh only checks and returns one argument, unlike bash.
* tools/build-env: Tools for building and testing in a containerKim Alvefur2023-11-123-0/+61
./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