6 lines
39 B
Plaintext
6 lines
39 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
make -C build check
|