mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-06 07:05:25 +02:00
Add install_bats script
This commit is contained in:
parent
e09b749892
commit
3b132a5d89
13
install/scripts/install_bats.sh
Executable file
13
install/scripts/install_bats.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash -x
|
||||||
|
|
||||||
|
TARGET=bats
|
||||||
|
|
||||||
|
function _install()
|
||||||
|
{
|
||||||
|
cp -R ${BUILD} . || exit 1
|
||||||
|
cd ../bin
|
||||||
|
ln -s ../install/${TARGET}/libexec/bats . || return 1
|
||||||
|
cd -
|
||||||
|
}
|
||||||
|
|
||||||
|
source scripts/build.sh
|
Loading…
x
Reference in New Issue
Block a user