10 lines
151 B
Bash
Executable File
10 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Testing cuddle"
|
|
|
|
cuddle_cli x install_cuddle
|
|
|
|
CUDDLE_FETCH_POLICY=always cuddle_cli x build_release
|
|
|
|
echo "finished testing cuddle"
|