1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.github/workflows/alpine.build.sh
2019-11-28 11:46:52 +03:00

16 lines
79 B
Bash
Executable File

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