9 lines
75 B
Bash
9 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./test.sh
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|