6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/bash
|
|
cd ../source
|
|
autoreconf -i
|
|
automake --foreign -Wall
|
|
./configure && make check
|