mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
59cb6661bc
This closes #1115
10 lines
127 B
Bash
Executable File
10 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
|