Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 304 Bytes

build-docker.md

File metadata and controls

17 lines (11 loc) · 304 Bytes

CMake - build in a docker image

Build an image

docker build -t graph-experiments .
# if a proxy is required :
#docker build --build-arg http_proxy --build-arg https_proxy -t graph-experiments .

Run tests

docker run --rm -ti graph-experiments build/tests/egraph-test