v/.github/workflows/alpine.build.sh

15 lines
77 B
Bash
Executable file

#!/bin/sh -l
set -e
pwd
uname -a
make
./v version
du -s .
echo "DONE"