6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
set -ev
|
|
|
|
./bootstrap.sh
|
|
./configure $*
|
|
make check -j3
|