commit 590e00ee50c59bbe31de439e130c30d2e01ce7ff
parent c390f69e77ef8cccc026e737ee22afc020e3ee92
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 12 Jun 2016 21:49:24 +0200
Add TravisCI
Diffstat:
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -0,0 +1,13 @@
+language: cpp
+sudo: required
+dist: trusty
+compiler:
+- clang
+os:
+- linux
+before_install:
+- echo $LANG
+- echo $LC_ALL
+- if [ $TRAVIS_OS_NAME == linux ]; then ./scripts/llvm.sh; fi
+before_script:
+- if [ $TRAVIS_OS_NAME == linux ]; then travis_retry ./configure --llvm-config=llvm-config-3.6; fi
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# Project Street
-Secret Project (WIP)
+Secret Project (WIP) [](https://travis-ci.org/MTRNord/project_street)
## Getting Started
@@ -12,7 +12,7 @@ What things you need to install the software and how to install them
1. Get an Raspberry Pi with PiCamera
-2. Install some software:
+2. Install some software:
```
sudo apt-get install libopenvc-dev build-essentials clang automake autoconf make
```
diff --git a/scripts/llvm.sh b/scripts/llvm.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+sudo apt-get update
+sudo apt-get install -y clang-3.6 llvm-3.6-dev libedit-dev