mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01: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…
Reference in New Issue
Block a user