summaryrefslogtreecommitdiff
path: root/automated-build
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-10-19 14:04:27 -0700
committerBen Longbons <b.r.longbons@gmail.com>2012-10-19 14:04:27 -0700
commit53a70045ca3919cd8a161c1f9f4c7a30713e8747 (patch)
tree05b8fc4ca732c269303dbc125048d2c2c1a9390c /automated-build
parentc1a4bdbb34000dacf827cff40030f49dcb9d9ec9 (diff)
downloadtmwa-53a70045ca3919cd8a161c1f9f4c7a30713e8747.tar.gz
tmwa-53a70045ca3919cd8a161c1f9f4c7a30713e8747.tar.bz2
tmwa-53a70045ca3919cd8a161c1f9f4c7a30713e8747.tar.xz
tmwa-53a70045ca3919cd8a161c1f9f4c7a30713e8747.zip
Add travis build information
Diffstat (limited to 'automated-build')
-rwxr-xr-xautomated-build3
1 files changed, 3 insertions, 0 deletions
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++}