commit | a6ab1f5e6d8c5f8c64d356d72993a423cc2bf588 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sat Nov 28 15:04:39 2015 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sat Dec 05 11:28:27 2015 +0900 |
tree | 13c2f9427494700526ea9149a9d6c233dfa8550a | |
parent | 1a32c3b93fb8fc5c48d7fe8ee22398b073d812d6 [diff] [blame] |
THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructure Client: Build Patch: Nobuaki Sukegawa Use "services: docker" This closes #730
diff --git a/build/docker/scripts/autotools.sh b/build/docker/scripts/autotools.sh new file mode 100755 index 0000000..4c111e6 --- /dev/null +++ b/build/docker/scripts/autotools.sh
@@ -0,0 +1,6 @@ +#!/bin/sh +set -ev + +./bootstrap.sh +./configure $* +make check -j4