cuddle-test-repo/scripts/test_cuddle.sh

10 lines
151 B
Bash
Raw Normal View History

2022-08-11 00:19:00 +02:00
#!/bin/bash
echo "Testing cuddle"
cuddle_cli x install_cuddle
CUDDLE_FETCH_POLICY=always cuddle_cli x build_release
echo "finished testing cuddle"