How to use:
docker build -t open.mp/build:ubuntu-18.04 .
docker run --rm -ti -v /path/to/omp/sources:/omp -w /omp open.mp/build:ubuntu-18.04
- ???
- Profit! Built open.mp is available in /path/to/omp/sources/build
- Note: You can use
-e CONFIG=Debug
or-e CONFIG=RelWithDebInfo
in thedocker run
call to change the build type