osrm-backend/docker
2015-08-31 16:48:27 +02:00
..
build-image.sh Add clang and README 2015-08-02 14:45:27 +02:00
Dockerfile Remove protobuf dependencies from docker setup 2015-08-31 16:48:27 +02:00
README Add clang and README 2015-08-02 14:45:27 +02:00
run-clang.sh Add clang and README 2015-08-02 14:45:27 +02:00
run-gcc.sh Add clang and README 2015-08-02 14:45:27 +02:00
test.sh Simplify test.sh 2015-08-02 14:45:27 +02:00

# Docker based continious integration

Run ```./docker/build-image.sh``` to build a docker image.
The image contains all the build dependencies and the state of the local git repository.

Run ```./docker/run-gcc.sh``` to build OSRM with g++ and run all tests.