v/.github/workflows/alpine.build.sh
2020-07-01 00:53:53 +02:00

15 lines
81 B
Bash
Executable file

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