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

16 lines
82 B
Bash
Executable File

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