From 53a70045ca3919cd8a161c1f9f4c7a30713e8747 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 19 Oct 2012 14:04:27 -0700 Subject: Add travis build information --- .travis.yml | 5 +++++ automated-build | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .travis.yml create mode 100755 automated-build diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..39dcfb6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: cpp +compiler: + - gcc + - clang +script: ./automated-build diff --git a/automated-build b/automated-build new file mode 100755 index 0000000..cad4475 --- /dev/null +++ b/automated-build @@ -0,0 +1,3 @@ +#!/bin/sh +# ./configure && make +make CXX=${CXX:-g++} -- cgit v1.2.3-60-g2f50