Make sure all files that should be present are present.
This commit is contained in:
9
ci/build_and_install.sh
Normal file
9
ci/build_and_install.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux -o pipefail
|
||||
|
||||
mkdir -p _build
|
||||
cd _build
|
||||
../autogen.sh --prefix=/usr
|
||||
make
|
||||
make install
|
Reference in New Issue
Block a user