9 lines
127 B
Bash
Executable file
9 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
set -ev
|
|
|
|
./bootstrap.sh
|
|
./configure $*
|
|
make dist
|
|
tar xvf thrift-*.tar.gz
|
|
cd thrift-*
|
|
./build/docker/scripts/cmake.sh
|