github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/test/buildserver/README.md (about) 1 # Murex build server 2 3 This docker container exists as an optional automated build and test server for 4 anyone who might not want to install `go` et al on their platform but who might 5 already be running Docker. 6 7 To run it, you will need `docker` install. `docker-compose` is also recommended 8 however it is possible to build and run the containers without it (not not as 9 conveniently). 10 11 These tests are designed so that they can run headless and will automatically 12 generate executables under `./test/buildserver/bin/`. 13 14 > All the following commands are run from the project root 15 16 To build `murex` and `docgen` run: 17 18 docker-compose: up --build murex 19 20 21 TODO: this documentation is out of date. 22 23