diff options
author | toni <matzeton@googlemail.com> | 2016-07-21 15:23:24 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-21 15:23:24 +0200 |
commit | 54490ce330325e67fa6e1b70df2bee08ea0a454a (patch) | |
tree | 2505bff1cf296fd57ce43d28f2bd4f8258c01edf /compile.sh | |
parent | e3eb0ae435aea1b84dbded7347394cb8bad64dd0 (diff) |
travis-ci building ..
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/bin/sh set -e +set -x DIR=$(dirname $0) PWD=$(pwd) |