diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-10-23 13:03:19 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-10-23 13:03:19 -0700 |
commit | a2b835417a4d8689857c4187c9b2f35535e0913e (patch) | |
tree | 77b460fa263a108d6e48bf844142d9a90b17cc6c /automated-build | |
parent | 53a70045ca3919cd8a161c1f9f4c7a30713e8747 (diff) | |
download | tmwa-a2b835417a4d8689857c4187c9b2f35535e0913e.tar.gz tmwa-a2b835417a4d8689857c4187c9b2f35535e0913e.tar.bz2 tmwa-a2b835417a4d8689857c4187c9b2f35535e0913e.tar.xz tmwa-a2b835417a4d8689857c4187c9b2f35535e0913e.zip |
Use a more complex travis build script
Diffstat (limited to 'automated-build')
-rwxr-xr-x | automated-build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/automated-build b/automated-build deleted file mode 100755 index cad4475..0000000 --- a/automated-build +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# ./configure && make -make CXX=${CXX:-g++} |