Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Fix selection of container engine | Kim Alvefur | 2023-12-12 | 1 | -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 container | Kim Alvefur | 2023-11-12 | 1 | -0/+11 |
./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 |