From 636f69b29fc2af0ccf7e9f257d3277c8fa1a34ef Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Sat, 8 Dec 2012 16:25:45 +0100 Subject: [PATCH] Adding config for Travis CI build server --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5a2274e18 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +language: cpp +compiler: + - gcc + - clang +script: + - scons --build=debug --with-tools + - scons --with-tools +branches: + only: + - master + - develop +notifications: + recipients: + - info@project-osrm.org + email: + on_success: change + on_failure: always +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq build-essential git scons pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev libboost-thread-dev libboost-system-dev libboost-regex-dev libboost-filesystem-dev lua5.1 liblua5.1-0-dev libluabind-dev