Add base commit
This commit is contained in:
3
scripts/build.sh
Executable file
3
scripts/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Ran build"
|
11
scripts/install_cuddle.sh
Executable file
11
scripts/install_cuddle.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "installing binary"
|
||||
|
||||
cargo install --path ../cuddle/cuddle_cli/ #--target-dir .cuddle/tmp/build --root .cuddle/dist/
|
||||
|
||||
echo "finished installing binary"
|
||||
|
||||
exit 0
|
9
scripts/test_cuddle.sh
Executable file
9
scripts/test_cuddle.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Testing cuddle"
|
||||
|
||||
cuddle_cli x install_cuddle
|
||||
|
||||
CUDDLE_FETCH_POLICY=always cuddle_cli x build_release
|
||||
|
||||
echo "finished testing cuddle"
|
Reference in New Issue
Block a user