osrm-backend/docker
2016-12-15 10:55:16 +01:00
..
build-image.sh Add clang and README 2015-08-02 14:45:27 +02:00
Dockerfile Don't mark all lanes as designated when there are blank lane specifiers in the tag. 2016-12-15 10:55:16 +01:00
README Add clang and README 2015-08-02 14:45:27 +02:00
run-clang.sh Remove Ruby from docker setup, use Node. 2016-05-13 12:32:36 -07:00
run-gcc.sh [skip ci] Update docker files to gcc 5 2016-07-21 17:19:35 +02:00
test.sh Remove Ruby from docker setup, use Node. 2016-05-13 12:32:36 -07: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.